mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
fix IS_PRO_SEAFEVENTS
This commit is contained in:
@@ -160,11 +160,10 @@ function before_start() {
|
|||||||
echo "LC_ALL is not set in ENV, set to en_US.UTF-8"
|
echo "LC_ALL is not set in ENV, set to en_US.UTF-8"
|
||||||
export LC_ALL='en_US.UTF-8'
|
export LC_ALL='en_US.UTF-8'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PYTHONPATH=$PYTHONPATH:$pro_pylibs_dir
|
|
||||||
export SEAFES_DIR=$seafesdir
|
|
||||||
export SEAHUB_DIR=$seahubdir
|
|
||||||
fi
|
fi
|
||||||
|
export PYTHONPATH=$PYTHONPATH:$pro_pylibs_dir
|
||||||
|
export SEAFES_DIR=$seafesdir
|
||||||
|
export SEAHUB_DIR=$seahubdir
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_seahub () {
|
function start_seahub () {
|
||||||
|
Reference in New Issue
Block a user