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

Update upgrade

This commit is contained in:
ericgaspar 2021-07-22 23:42:15 +02:00
parent 41636e8afc
commit c52e3013df
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -144,13 +144,13 @@ ynh_use_logrotate --non-append
# SECURE FILES AND DIRECTORIES # SECURE FILES AND DIRECTORIES
#================================================= #=================================================
chown "$app" "$final_path/config" chown "$app" "$final_path/galette/config"
chmod 750 "$final_path/config" chmod 750 "$final_path/galette/config"
for folder in attachments cache exports files imports logs photos templates_c tempimages for folder in attachments cache exports files imports logs photos templates_c tempimages
do do
chown "$app" "$final_path/data/$folder" chown "$app" "$final_path/galette/data/$folder"
chmod 775 "$final_path/data/$folder" chmod 775 "$final_path/galette/data/$folder"
done done
#================================================= #=================================================