Update 99-run.sh

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

View File

@@ -133,7 +133,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