Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-03 16:17:07 +01:00
committed by GitHub
parent fe228ad38d
commit 45eb5ec97f

View File

@@ -121,8 +121,9 @@ if bashio::config.true 'auto_restart'; then
# Sets cron // do not delete this message
crontab /etc/crontab
chmod 744 /templates/restart_addon
(crontab -l; echo "*/15 * * * * root /templates/restart_addon")|awk '!x[$0]++'|crontab -
chmod +x /templates/restart_addon
crontab /etc/crontab
# Starts cron
service cron start