1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

fix IS_PRO_SEAFEVENTS

This commit is contained in:
skywalker
2023-11-18 10:34:32 +08:00
parent fc98980acc
commit f9ca7e9ec4

View File

@@ -160,11 +160,10 @@ function before_start() {
echo "LC_ALL is not set in ENV, set to en_US.UTF-8"
export LC_ALL='en_US.UTF-8'
fi
export PYTHONPATH=$PYTHONPATH:$pro_pylibs_dir
export SEAFES_DIR=$seafesdir
export SEAHUB_DIR=$seahubdir
fi
export PYTHONPATH=$PYTHONPATH:$pro_pylibs_dir
export SEAFES_DIR=$seafesdir
export SEAHUB_DIR=$seahubdir
}
function start_seahub () {