Skip to content

Commit

Permalink
fix IS_PRO_SEAFEVENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Nov 18, 2023
1 parent fc98980 commit f9ca7e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/seahub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit f9ca7e9

Please sign in to comment.