From 994f8b35c23c4f7731885a0a74d5199d7818820a Mon Sep 17 00:00:00 2001 From: oiseauroch <5622590+oiseauroch@users.noreply.github.com> Date: Fri, 9 Apr 2021 18:07:11 +0000 Subject: [PATCH] fix upgrade script --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 26b839c..f938711 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -85,7 +85,7 @@ ynh_script_progression --message="Upgrading the app..." --weight=5 pushd $final_path ynh_use_nodejs - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm update + ynh_npm install popd #=================================================