Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-03 16:15:30 +01:00
committed by GitHub
parent 9c5a2c21c6
commit fe228ad38d

View File

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