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-04-08 11:43:57 +02:00 committed by GitHub
parent 9fbbcac6df
commit 6521e27ca1

View file

@ -138,7 +138,7 @@ pushd "$final_path"
sudo npm install sudo npm install
sudo npm install -g bower sudo npm install -g bower
sudo chown -R $app: $final_path sudo chown -R $app: $final_path
sudo su -c "cd $final_path && bower install" $app sudo su $app -c "cd $final_path && bower install"
popd popd
#================================================= #=================================================