From e4f2ecaa4f2403f777caeae520ca062c9547fa10 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Mar 2021 17:05:34 +0100 Subject: [PATCH] Fix --- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 31fe7ee..c4b28c1 100755 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,6 @@ ynh_add_nginx_config # Set permissions to app files chown -R $app: $final_path -chmod -R o-rwx $final_path #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 12876e5..4192e0d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -65,7 +65,6 @@ ynh_restore_file --origin_path="$final_path" # Restore permissions on app files chown -R $app: $final_path -chmod -R o-rwx $final_path #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index c367bd0..6cc72ef 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,6 @@ ynh_add_nginx_config # Set permissions on app files chown -R $app: $final_path -chmod -R o-rwx $final_path #================================================= # RELOAD NGINX