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 2017-07-25 13:10:27 +02:00 committed by GitHub
parent 4eea0980de
commit 243e5ff792

View file

@ -132,7 +132,7 @@ script_dir="$PWD"
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs
sudo_path npm install --production >> $install_log 2>&1 sudo_path npm install --production >> $install_log 2>&1
sudo_path npm install -g mongo sudo_path npm install mongo
popd popd
sudo yunohost firewall allow Both $port sudo yunohost firewall allow Both $port