From 70932472489fbce10dd8b81f43ab5a1c4493d0a8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Nov 2021 11:43:42 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0cc4bea..b877d2d 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ chown -R $app $final_path pushd $final_path ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh popd #=================================================