From 9cd4d2ae6a5a9d17052f834c9294a0a4955bbd07 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Sep 2021 11:01:28 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1c24fc7..35f7b7e 100644 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ ynh_script_progression --message="Configuring the $app..." --weight=2 # popd pushd $final_path - ynh_exec_as $app $ynh_node_load_PATH admin__password=$password node app --setup | tee -a $install_log + ynh_exec_as $app $ynh_node_load_PATH admin__password=$password ynh_node app --setup | tee -a $install_log popd #=================================================