From b5b7c11d15a3d13e0f2d27627947ac384593a7db Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:26:29 +0100 Subject: [PATCH] testing chmod change --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c632857..0a85a67 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,9 +33,6 @@ then popd fi -chmod -R o-rwx "$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # UPGRADE DEPENDENCIES #================================================= @@ -63,6 +60,9 @@ pushd $install_dir ynh_exec_warn_less $ynh_npm run build popd +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" + #================================================= # END OF SCRIPT #=================================================