Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-07 10:19:17 +01:00
committed by GitHub
parent 700c22474d
commit 14fd5552db

View File

@@ -131,6 +131,11 @@ if bashio::config.true 'auto_restart'; then
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 #
#######################