From 17228e0c8435f3b25d97c03701a9d147bdb9f83d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 30 May 2021 10:09:51 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f83e618..47afaf2 100644 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ chown -R $app:$app $final_path pushd $final_path #ynh_exec_as $app env $ynh_node_load_PATH - ynh_exec_as $app env $ynh_node_load_PATH ./nodebb setup #-l > $install_log + ynh_exec_as $app env $ynh_node_load_PATH ./nodebb setup -l > $install_log #npm install nodebb-plugin-dbsearch --save-prod #./nodebb build -l #ynh_exec_as $app ./nodebb setup -l > $install_log