From a22ec5e2b2cda2bc4350f98927f19a0b65238c2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Sep 2022 17:15:43 +0200 Subject: [PATCH] Update timer --- qbittorrent/rootfs/etc/services.d/qbittorrent/timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/services.d/qbittorrent/timer b/qbittorrent/rootfs/etc/services.d/qbittorrent/timer index edc3f1e96..c907aa3af 100644 --- a/qbittorrent/rootfs/etc/services.d/qbittorrent/timer +++ b/qbittorrent/rootfs/etc/services.d/qbittorrent/timer @@ -9,7 +9,7 @@ if bashio::config.true 'openvpn_enabled'; then & bashio::log.warning "The run_duration option is set. The addon will stop after $RUNTIME" else - s6-notifyoncheck -d -n 12 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \ + s6-notifyoncheck -d -n 12 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \ s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}" & bashio::log.warning "The run_duration option is set. The addon will stop after $RUNTIME"