Update 91-qbittorrent_configuration.sh

This commit is contained in:
Alexandre
2022-09-04 14:39:17 +02:00
committed by GitHub
parent 20f74d0929
commit 71e344831f

View File

@@ -22,7 +22,7 @@ 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 || true
mv /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer /etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
else
rm /etc/s6-overlay/s6-rc.d/svc-qbittorrent/timer || true
fi