Update 99-run.sh

This commit is contained in:
Alexandre
2022-02-14 17:43:53 +01:00
committed by GitHub
parent 44ffcb3e31
commit e32248ee1f

View File

@@ -31,7 +31,7 @@ if bashio::config.has_value 'Updates'; then
chmod 777 /etc/cron."${FREQUENCY}"/cronupdate
# Sets cron to run with www-data user
sed -i 's|root|www-data|g' /etc/crontab
# sed -i 's|root|www-data|g' /etc/crontab
# Starts cron
service cron start