diff options
Diffstat (limited to 'eathena.sh')
-rwxr-xr-x | eathena.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ eathena_stop() { eathena_restart() { eathena_stop echo "Waiting for all eathena processes to end..." - sleep 5 + sleep 1 eathena_start } |