mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-02 07:54:27 +00:00
Fix starting seafdav error.
This commit is contained in:
@@ -321,6 +321,7 @@ setup_env ()
|
|||||||
|
|
||||||
char *seahub_dir = g_build_filename (installpath, "seahub", NULL);
|
char *seahub_dir = g_build_filename (installpath, "seahub", NULL);
|
||||||
g_setenv ("SEAHUB_DIR", seahub_dir, TRUE);
|
g_setenv ("SEAHUB_DIR", seahub_dir, TRUE);
|
||||||
|
g_setenv ("SEAFDAV_CONF", seafdav_conf, TRUE);
|
||||||
|
|
||||||
setup_python_path();
|
setup_python_path();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user