From 8473391b58adf19078eefae43ae03c49b4d49280 Mon Sep 17 00:00:00 2001 From: binhex Date: Mon, 13 Nov 2023 15:51:25 +0000 Subject: [PATCH] missed -d flag for deluge-web --- run/nobody/deluge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/nobody/deluge.sh b/run/nobody/deluge.sh index 0bb652d..4c9f60f 100644 --- a/run/nobody/deluge.sh +++ b/run/nobody/deluge.sh @@ -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