From e40da31ace6129537c1494e36cbb0f39e1c1d957 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Sep 2021 10:07:39 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 9105ef5..e7473b8 100644 --- a/scripts/install +++ b/scripts/install @@ -139,6 +139,10 @@ setup="{ \"postgres:database\": \"$db_name\" }" +pushd $final_path + ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb setup "${setup}" | tee -a $install_log +popd + #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup "${setup}" pushd $final_path ynh_exec_as $app env $ynh_node_load_PATH node $final_path/app --setup "${setup}" --series | tee -a $install_log