mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
commit
374938305f
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue