fix a few memory leaks and cppcheck detected errors - more in bugreport
[client-tools.git] / exe / linux / checkLoginServer.sh
blobbbc6ae3d8902764f0c3062a64c6b83aa8525c973
1 # ! /bin/sh
4 cd /swg/swg/live/exe/linux
5 STATUS=`release/LoginPing -- -s SharedNetwork useTcp=false`
6 if [ "$STATUS" != "Ok" ]; then
7 /swg/swg/live/exe/linux/startLoginServer.sh &
8 echo "LoginServer not responding"
9 fi