mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 22:01:48 +02:00
Update 99-run.sh
This commit is contained in:
@@ -131,6 +131,11 @@ if bashio::config.true 'auto_restart'; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f /data/addonrestarted ]; then
|
||||||
|
bashio::log.warning "Warning, transmission had failed and the addon has self-rebooted as 'auto_restart' option was on. Please check that it is still running"
|
||||||
|
rm /data/addonrestarted
|
||||||
|
fi
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Run haugene scripts #
|
# Run haugene scripts #
|
||||||
#######################
|
#######################
|
||||||
|
|||||||
Reference in New Issue
Block a user