Merge pull request #44 from cubedro/develop

Fixed pm2 install
This commit is contained in:
Marian OANCΞA 2015-04-04 01:39:01 +03:00
commit e0bc10f209
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ cd ~/bin
cd www
git pull
npm install
npm install pm2 -g
sudo npm install pm2 -g
[[ ! -f ~/bin/processes.json ]] && cp -b ./processes.json ./..