Run code from /root/src

This commit is contained in:
Patrick McDonagh
2016-02-26 17:43:46 -06:00
parent ab9da50b90
commit b355f513a9
3 changed files with 9 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ case "$1" in
then
export NODE_ENV=production
export PATH=/usr/local/bin:$PATH
forever start /home/poconsole/src/www/app.js > /dev/null
forever start /root/src/www/app.js > /dev/null
fi
;;
stop)
@@ -37,5 +37,4 @@ case "$1" in
;;
esac
exit 0
exit 0