Skip to content

Commit

Permalink
missed -d flag for deluge-web
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Nov 13, 2023
1 parent b193bb8 commit 8473391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/nobody/deluge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [[ "${deluge_web_running}" == "false" ]]; then
echo "[info] Starting Deluge Web UI..."

# run process non daemonised but backgrounded so we can control sigterm
nohup /usr/bin/deluge-web -c /config -L "${DELUGE_WEB_LOG_LEVEL}" -l /config/deluge-web.log &
nohup /usr/bin/deluge-web -d -c /config -L "${DELUGE_WEB_LOG_LEVEL}" -l /config/deluge-web.log &
echo "[info] Deluge Web UI started"

fi
Expand Down

0 comments on commit 8473391

Please sign in to comment.