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

Merge pull request #34 from SiM/testing

Fix stdout.log owner
This commit is contained in:
Maniack Crudelis 2018-05-04 19:32:51 +02:00 committed by GitHub
commit 374938305f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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