mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-10 11:22:09 +00:00
fix ENABLE_SEAFDAV
This commit is contained in:
parent
b1d74560c0
commit
14790ecd36
@ -227,7 +227,7 @@ while [ 1 ]; do
|
|||||||
|
|
||||||
monitor_seaf_server
|
monitor_seaf_server
|
||||||
|
|
||||||
if [ $ENABLE_FILESERVER ]; then
|
if [ $ENABLE_FILESERVER ] && [ $ENABLE_FILESERVER = "true" ]; then
|
||||||
monitor_fileserver
|
monitor_fileserver
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -237,7 +237,7 @@ while [ 1 ]; do
|
|||||||
monitor_seafevents
|
monitor_seafevents
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $ENABLE_SEAFDAV ]; then
|
if [ $ENABLE_SEAFDAV ] && [ $ENABLE_SEAFDAV = "true" ]; then
|
||||||
monitor_seafdav
|
monitor_seafdav
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user