1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00

Fix starting seafdav error.

This commit is contained in:
Jiaqiang Xu
2016-08-23 10:40:30 +08:00
parent 5a50db9c48
commit 25dc2c37fb

View File

@@ -321,6 +321,7 @@ setup_env ()
char *seahub_dir = g_build_filename (installpath, "seahub", NULL);
g_setenv ("SEAHUB_DIR", seahub_dir, TRUE);
g_setenv ("SEAFDAV_CONF", seafdav_conf, TRUE);
setup_python_path();
}