Update install.sh

Теперь логи пишутся в файлы
This commit is contained in:
Denis Smirnov 2013-10-29 12:18:47 +03:00
parent 89650f8c2c
commit 855eb705b2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ cat /dev/null > forever.log
cat /dev/null > out.log
cat /dev/null > err.log
forever start main.js -l forever.log -o out.log -r err.log
forever start -l forever.log -o out.log -r err.log main.js
EOF
launchctl unload ~/Library/LaunchAgents/DeviceTracker-front-end.plist 2>/dev/null