mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-02 07:43:09 +00:00
Fix compile error.
This commit is contained in:
parent
25dc2c37fb
commit
9fce30c9c5
@ -320,6 +320,7 @@ setup_env ()
|
||||
g_setenv ("SEAFILE_CENTRAL_CONF_DIR", ctl->central_config_dir, TRUE);
|
||||
|
||||
char *seahub_dir = g_build_filename (installpath, "seahub", NULL);
|
||||
char *seafdav_conf = g_build_filename (ctl->central_config_dir, "seafdav.conf", NULL);
|
||||
g_setenv ("SEAHUB_DIR", seahub_dir, TRUE);
|
||||
g_setenv ("SEAFDAV_CONF", seafdav_conf, TRUE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user