From a69eca2353d4e4c771f27e7060418e90a035368d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Sep 2021 08:48:24 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2128358..16c07fa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ then git fetch # Grab the latest code from the NodeBB Repository git reset --hard origin/$nodebb_version # Replace v1.12.x with the branch name! # Run the NodeBB upgrade script - ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb upgrade + ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb upgrade 2>/dev/null popd fi