Skip to content

Commit

Permalink
fix start_fileserver
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Nov 15, 2024
1 parent 45d9e8a commit 1b89962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seafile-monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function start_seaf_server() {
}

function start_fileserver() {
${INSTALLPATH}/seafile/bin/fileserver \
LD_LIBRARY_PATH=${SEAFILE_LD_LIBRARY_PATH} ${INSTALLPATH}/seafile/bin/fileserver \
-F ${SEAFILE_CENTRAL_CONF_DIR} \
-d ${SEAFILE_CONF_DIR} \
-l ${TOPDIR}/logs/fileserver.log \
Expand Down

0 comments on commit 1b89962

Please sign in to comment.