From 641bdca24745c7b6b07c713549f28aed95cd75c9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 Aug 2021 17:33:45 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 93a6fb7..aab3e7c 100644 --- a/scripts/install +++ b/scripts/install @@ -124,13 +124,7 @@ chown -R $app $final_path pushd $final_path mv $final_path/install/package.json $final_path/package.json - #ynh_exec_as $app env $ynh_node_load_PATH ynh_exec_as $app env $ynh_node_load_PATH $final_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 - #ynh_exec_as $app npm install nodebb-plugin-dbsearch --save-prod - #ynh_exec_as $app ./nodebb build -l popd #=================================================