1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-22 14:26:09 +02:00
parent 3f433e4c4d
commit 5099fbd09f

View file

@ -112,11 +112,11 @@ chown $app "$final_path/config/config.inc.php"
# SECURE FILES AND DIRECTORIES
#=================================================
for folder in attachments cache exports files imports logs photos templates_c tempimages
do
chown $app "$final_path/data/$folder"
chmod 750 "$final_path/data/$folder"
done
#for folder in attachments cache exports files imports logs photos templates_c tempimages
#do
chown -R $app "$final_path/data/$folder"
chmod -R 775 "$final_path/data/$folder"
#done
#=================================================
# SETUP LOGROTATE