From eda6288ffa6ff33ce7d80215ed088d58e5c2b948 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Dec 2021 08:09:26 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 200893b..2c404d9 100644 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,7 @@ ynh_script_progression --message="Installing The Lounge..." --weight=10 pushd $final_path ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH ynh_npm install --global --unsafe-perm thelounge + ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --global --unsafe-perm thelounge popd #=================================================