diff --git a/scripts/install b/scripts/install index 7163eeb..dfd9369 100755 --- a/scripts/install +++ b/scripts/install @@ -33,9 +33,6 @@ pushd "$install_dir" git reset --hard --quiet $version_commit popd -chmod -R o-rwx "$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # NGINX CONFIGURATION #================================================= @@ -56,6 +53,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 #=================================================