From e865d296e3b52398e74b18b3adf17e2e18dc928d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Sep 2021 19:08:21 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index adb32a3..ee7869e 100755 --- a/scripts/install +++ b/scripts/install @@ -104,7 +104,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 pushd $final_path ynh_use_nodejs #ynh_exec_as $app - ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n -g --unsafe-perm + ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n --unsafe-perm popd chmod 750 "$final_path"