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