1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-12 01:45:04 +00:00

fix seafile.sh pids path

This commit is contained in:
skywalker 2024-11-12 11:46:14 +08:00
parent a5d4870526
commit 91c50d6765

View File

@ -142,6 +142,7 @@ function start_seafile_server () {
echo "Starting seafile server, please wait ..."
mkdir -p $TOPDIR/logs
mkdir -p $TOPDIR/pids
# seaf-server
LD_LIBRARY_PATH=${SEAFILE_LD_LIBRARY_PATH} ${INSTALLPATH}/seafile/bin/seaf-server \