diff options
Diffstat (limited to 'login-server.sh')
-rw-r--r-- | login-server.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/login-server.sh b/login-server.sh index 5cddb968a..45990a645 100644 --- a/login-server.sh +++ b/login-server.sh @@ -5,10 +5,10 @@ ulimit -Sc unlimited while [ 2 ] ; do if [ -f .stopserver2 ] ; then -echo server marked down >> servlog.txt +echo server marked down >> server-log.txt else -echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> startlog.txt -./login-server_sql +echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> start-log.txt +./login-server fi sleep 5 |