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:
parent
41636e8afc
commit
c52e3013df
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue