1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-03-10 08:19:25 +00:00
2012-04-27 16:59:03 +02:00

18 lines
240 B
Bash
Executable File

#!/bin/sh
cd `dirname $0`
if [ -d "bin" ]; then
cd "../"
fi
if [ "$(id -u)" -eq 0 ]; then
echo "You may not start the Push-Server as root!"
exit 1
fi
echo "Installing dependencies"
npm install
cd "../lib"
/usr/bin/env node server.js