From 7c5e2666c094b551db3e8555825816ec91e33f42 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Mar 2021 17:04:19 +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 88fba85..1d0c256 100755 --- a/scripts/install +++ b/scripts/install @@ -81,7 +81,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 3e50acf..4c5d7b5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -64,7 +64,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 f003d52..62d2ce1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,6 @@ ynh_add_nginx_config # Set permissions on app files chown -R $app: $final_path -chmod -R o-rwx $final_path #================================================= # RELOAD NGINX