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