From 20e141fb4ca3437afeab161677b24217f94f4328 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 14 Feb 2019 11:09:48 +0100 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7a0c7f6..7fbe565 100644 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,6 @@ cat $final_path/config.json chown -R $app:$app $final_path pushd $final_path exec_as "$app" PATH=$PATH ./nodebb setup -l > $install_log -exec_as "$app" PATH=$PATH npm install nodebb-plugin-dbsearch --save-prod exec_as "$app" PATH=$PATH ./nodebb build -l popd