From 6d5fd216a47652c816c3e0d477b474bfbf3fafaa Mon Sep 17 00:00:00 2001 From: "Zuzanna K. Filutowska" Date: Sat, 25 Mar 2006 16:09:32 +0000 Subject: There is no need for such a long delay during restarting eathena anymore. --- eathena.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eathena.sh b/eathena.sh index b6cbbc14..edfabf9c 100755 --- a/eathena.sh +++ b/eathena.sh @@ -33,7 +33,7 @@ eathena_stop() { eathena_restart() { eathena_stop echo "Waiting for all eathena processes to end..." - sleep 5 + sleep 1 eathena_start } -- cgit v1.2.3-70-g09d2