diff --git a/scripts/install b/scripts/install index dc82a57..0dee5b2 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index 0797c91..ff956a9 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index bc52aa7..ea6424c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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