1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-09 11:18:54 +00:00

Modify default user host to 127.0.0.1.

Add PYTHONPATH in setup mysql script.
This commit is contained in:
ly1217
2019-11-27 02:24:59 -08:00
parent f07e22dd2c
commit 9bb27886fe
2 changed files with 4 additions and 2 deletions

View File

@@ -53,4 +53,6 @@ check_python;
export PYTHON=$PYTHON
export PYTHONPATH=${INSTALLPATH}/seafile/lib/python3.6/site-packages:${INSTALLPATH}/seafile/lib64/python3.6/site-packages:${INSTALLPATH}/seahub/thirdpart:$PYTHONPATH
exec $PYTHON "$python_script" "$@"