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