From b3234bd8537f185fa7fdc976d7dfbf7d5b554252 Mon Sep 17 00:00:00 2001 From: Tobias Ollive Date: Wed, 7 Apr 2021 16:30:09 +0200 Subject: [PATCH] use exec as --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d34eb20..0683ddc 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_npm update + ynh\_exec\_as $app $ynh\_node\_load\_PATH $ynh\_npm update popd #=================================================