mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 99-run.sh
This commit is contained in:
@@ -133,8 +133,8 @@ if bashio::config.has_value 'Updates'; then
|
||||
echo ""
|
||||
|
||||
# Sets cron // do not delete this message
|
||||
cp /templates/cronupdate /etc/cron.${FREQUENCY}/
|
||||
chmod 777 /etc/cron.${FREQUENCY}/cronupdate
|
||||
cp /templates/cronupdate /etc/cron."${FREQUENCY}"/
|
||||
chmod 777 /etc/cron."${FREQUENCY}"/cronupdate
|
||||
|
||||
# Starts cron
|
||||
service cron start
|
||||
|
||||
Reference in New Issue
Block a user