1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Fix stdout.log owner

This commit is contained in:
SiM 2018-04-29 14:59:22 +02:00
parent 517fd5aa77
commit b5699abe64
3 changed files with 3 additions and 0 deletions

View file

@ -171,6 +171,7 @@ sudo -u "$app" php "$final_path/admin/migration.php"
chown -R root: "$final_path"
chown -R "$app": "$final_path/tpl_c"
chown -R "$app": "$final_path/admin/stdout.log"
#=================================================
# SETUP SSOWAT

View file

@ -73,6 +73,7 @@ ynh_system_user_create "$app"
# Set permissions
chown -R "$app": "$final_path/tpl_c"
chown -R "$app": "$final_path/admin/stdout.log"
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION

View file

@ -199,6 +199,7 @@ sudo -u "$app" php "$final_path/admin/migration.php"
chown -R root: "$final_path"
chown -R "$app": "$final_path/tpl_c"
chown -R "$app": "$final_path/admin/stdout.log"
#=================================================
# SETUP SSOWAT