init
This commit is contained in:
10
checkuworld
Executable file
10
checkuworld
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
if (ps augxw | grep -i uworld | grep -v grep > /dev/null)
|
||||
then
|
||||
sleep 0
|
||||
else
|
||||
echo "* Uworld server started at" >> /ecn/ecnstf0/danny/dvmitche/uworld/uworldcronlog
|
||||
date >> /ecn/ecnstf0/danny/dvmitche/uworld/uworldcronlog
|
||||
/ecn/ecnstf0/danny/dvmitche/uworld/uworld > /dev/null &
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user