Starts cron

This commit is contained in:
Alexandre
2022-01-16 11:48:53 +01:00
committed by GitHub
parent 8c842f4d21
commit 0bb2f08ab9

View File

@@ -128,6 +128,9 @@ if bashio::config.has_value 'Updates'; then
# Sets cron // do not delete this message
cp /templates/cronupdate /etc/cron.${FREQUENCY}/
chmod 777 /etc/cron.${FREQUENCY}/cronupdate
# Starts cron
service cron start
fi
##############