diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh index e4063a78c..0087bb6aa 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -22,9 +22,9 @@ LINE=$((LINE + 1)) ########### if bashio::config.has_value 'run_duration'; then - mv /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer + mv /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer || true else - rm /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer + rm /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer || true fi ##################