1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2019-02-14 11:09:48 +01:00 committed by GitHub
parent ff4d513bf8
commit 20e141fb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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