Improvement : use 755

This commit is contained in:
alexbelgium
2025-08-02 13:18:42 +02:00
parent a8491b99b4
commit 35c83cc224
27 changed files with 539 additions and 35 deletions

View File

@@ -149,7 +149,7 @@ chmod -R 775 /config/addons_config/fireflyiii
# Test
f=/config/addons_config/fireflyiii
while [[ $f != / ]]; do
chmod 777 "$f"
chmod 755 "$f"
f=$(dirname "$f")
done
@@ -166,7 +166,7 @@ if bashio::config.has_value 'Updates'; then
# Sets cron // do not delete this message
cp /templates/cronupdate /etc/cron."${FREQUENCY}"/
chmod 777 /etc/cron."${FREQUENCY}"/cronupdate
chmod 755 /etc/cron."${FREQUENCY}"/cronupdate
# Sets cron to run with www-data user
# sed -i 's|root|www-data|g' /etc/crontab