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 #=================================================