summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeathena.sh2
1 files changed, 1 insertions, 1 deletions
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
}