mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 08:20:32 +02:00
Update 99-run.sh
This commit is contained in:
@@ -121,7 +121,7 @@ if bashio::config.true 'auto_restart'; then
|
|||||||
|
|
||||||
# Sets cron // do not delete this message
|
# Sets cron // do not delete this message
|
||||||
crontab /etc/crontab
|
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
|
chmod +x /templates/restart_addon
|
||||||
|
|
||||||
# Starts cron
|
# Starts cron
|
||||||
|
|||||||
Reference in New Issue
Block a user