mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Improvement : use 755
This commit is contained in:
@@ -38,7 +38,7 @@ if bashio::config.has_value 'Updates'; then
|
||||
# Sets cron // do not delete this message
|
||||
freqDir="/etc/periodic/${FREQUENCY}"
|
||||
cp /templates/cronupdate "$freqDir/"
|
||||
chmod 777 "$freqDir/cronupdate"
|
||||
chmod 755 "$freqDir/cronupdate"
|
||||
|
||||
# Sets cron to run with www-data user
|
||||
# sed -i 's|root|www-data|g' /etc/crontab
|
||||
|
||||
Reference in New Issue
Block a user