mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
fix comment
This commit is contained in:
@@ -115,8 +115,7 @@ while true; do
|
||||
# Start uvicorn if we dont have a corresponding PID file
|
||||
watchdog_process_pid bin uvicorn
|
||||
|
||||
# Start background worker processes when we have a REDIS configured
|
||||
# ENABLE_EXPERIMENTAL_REDIS is defaulted to false, unless its set from our docker env
|
||||
# only start the watcher.py if we actually want to use the rescan on fs change feature
|
||||
if [[ ${ENABLE_RESCAN_ON_FILESYSTEM_CHANGE} == "true" ]]; then
|
||||
# Start watcher if we dont have a corresponding PID file
|
||||
watchdog_process_pid python watcher
|
||||
|
||||
Reference in New Issue
Block a user