Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-16 15:47:38 +01:00
committed by GitHub
parent d40cb76a05
commit 9391e27762

View File

@@ -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