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