mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-15 22:04:32 -05:00
10 lines
252 B
Bash
10 lines
252 B
Bash
# ! /bin/sh
|
|
#
|
|
|
|
cd /swg/swg/live/exe/linux
|
|
STATUS=`release/LoginPing -- @jpeswg-01/servercommon.cfg -s SharedNetwork useTcp=false`
|
|
if [ "$STATUS" != "Ok" ]; then
|
|
/swg/swg/live/exe/linux/startLoginServer_jBeta.sh &
|
|
echo "LoginServer not responding"
|
|
fi
|