From f8795eb36099eb1a23d517f6cd668fefbe9358a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 2 Sep 2023 08:22:34 +0200 Subject: [PATCH] Update install --- scripts/install | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index dd79ea8..240b5b5 100644 --- a/scripts/install +++ b/scripts/install @@ -23,8 +23,6 @@ ynh_script_progression --message="Setting up source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -71,9 +69,9 @@ ynh_replace_string --match_string="^\$enabled = true;" --replace_string="\$enabl #================================================= # Set permissions to app files -#chmod 755 -R $install_dir -#chmod -R o-rwx $install_dir -#chown -R $app:www-data $install_dir +chmod 755 -R $install_dir +chmod -R o-rwx $install_dir +chown -R $app:www-data $install_dir #================================================= # END OF SCRIPT