From ded78ba10680f1072eda023f45520418c187e3aa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Aug 2023 16:43:10 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2de8a8a..0d48311 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ pushd "$install_dir" ynh_use_nodejs ynh_exec_warn_less npm install --allow-root ynh_exec_warn_less npm install -g bower - ynh_exec_warn_less bower init + ynh_exec_warn_less sudo -u $app bower init ynh_exec_warn_less bower install --allow-root ynh_exec_warn_less bower update --allow-root ynh_exec_warn_less npm run build