Files
SWG_Client_Next_Main/exe/linux/checkLoginServer.sh
T
2016-06-01 15:00:39 -04:00

10 lines
218 B
Bash

# ! /bin/sh
#
cd /swg/swg/live/exe/linux
STATUS=`release/LoginPing -- -s SharedNetwork useTcp=false`
if [ "$STATUS" != "Ok" ]; then
/swg/swg/live/exe/linux/startLoginServer.sh &
echo "LoginServer not responding"
fi