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