repo.or.cz
/
client-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a few memory leaks and cppcheck detected errors - more in bugreport
[client-tools.git]
/
exe
/
linux
/
checkLoginServer.sh
blob
bbc6ae3d8902764f0c3062a64c6b83aa8525c973
1
# ! /bin/sh
2
#
3
4
cd
/
swg
/
swg
/
live
/
exe
/
linux
5
STATUS
=
`release/LoginPing -- -s SharedNetwork useTcp=false`
6
if
[
"
$STATUS
"
!=
"Ok"
];
then
7
/
swg
/
swg
/
live
/
exe
/
linux
/
startLoginServer.sh
&
8
echo
"LoginServer not responding"
9
fi