1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-23 02:10:41 +00:00

18 lines
246 B
Bash
Raw Normal View History

2012-04-27 15:42:44 +02:00
#!/bin/sh
cd `dirname $0`
if [ -d "bin" ]; then
cd "../"
fi
if [ "$(id -u)" -eq 0 ]; then
2012-04-30 20:51:27 +02:00
echo "You may not start nodePush as root!"
2012-04-27 15:42:44 +02:00
exit 1
fi
echo "Installing dependencies"
2012-04-30 20:51:27 +02:00
/usr/bin/env npm install
2012-04-27 15:42:44 +02:00
cd "../lib"
/usr/bin/env node server.js