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:
parent
3f433e4c4d
commit
5099fbd09f
1 changed files with 5 additions and 5 deletions
|
@ -112,11 +112,11 @@ chown $app "$final_path/config/config.inc.php"
|
||||||
# SECURE FILES AND DIRECTORIES
|
# SECURE FILES AND DIRECTORIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
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 -R $app "$final_path/data/$folder"
|
||||||
chmod 750 "$final_path/data/$folder"
|
chmod -R 775 "$final_path/data/$folder"
|
||||||
done
|
#done
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP LOGROTATE
|
# SETUP LOGROTATE
|
||||||
|
|
Loading…
Add table
Reference in a new issue