mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Starts cron
This commit is contained in:
@@ -128,6 +128,9 @@ if bashio::config.has_value 'Updates'; then
|
|||||||
# Sets cron // do not delete this message
|
# Sets cron // do not delete this message
|
||||||
cp /templates/cronupdate /etc/cron.${FREQUENCY}/
|
cp /templates/cronupdate /etc/cron.${FREQUENCY}/
|
||||||
chmod 777 /etc/cron.${FREQUENCY}/cronupdate
|
chmod 777 /etc/cron.${FREQUENCY}/cronupdate
|
||||||
|
|
||||||
|
# Starts cron
|
||||||
|
service cron start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##############
|
##############
|
||||||
|
|||||||
Reference in New Issue
Block a user