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