fixed pm2 install

This commit is contained in:
cubedro 2015-04-04 01:34:30 +03:00
parent fa2543bd09
commit 3c91c6f0c4
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 ./..