mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 19:26:07 +02:00
Update timer
This commit is contained in:
@@ -9,7 +9,8 @@ if bashio::config.true 'openvpn_enabled'; then
|
|||||||
&
|
&
|
||||||
bashio::log.warning "The run_duration option is set. The addon will stop after $RUNTIME"
|
bashio::log.warning "The run_duration option is set. The addon will stop after $RUNTIME"
|
||||||
else
|
else
|
||||||
exec s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${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"
|
bashio::log.warning "The run_duration option is set. The addon will stop after $RUNTIME"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user