Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-06 12:19:09 +01:00
committed by GitHub
parent eecf0eea7e
commit 1d7fe56bd2

View File

@@ -147,7 +147,7 @@ chmod -R 775 /config/addons_config/fireflyiii
# Test
f=/config/addons_config/fireflyiii
while [[ $f != / ]]; do chmod 755 "$f"; f=$(dirname "$f"); done;
while [[ $f != / ]]; do chmod 777 "$f"; f=$(dirname "$f"); done;
################
# CRON OPTIONS #