From: Christian Hofstaedtler Date: Mon, 7 Nov 2011 09:59:51 +0000 (+0100) Subject: Reduce killall wait time to previous amount X-Git-Tag: v1.3.1~2 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=76ddbc13e11bdde7a59f48e178dce77cc3964494 Reduce killall wait time to previous amount --- diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 35a4fb9..0b0b17d 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -80,7 +80,7 @@ esac mysleep() { for i in $(seq 1 30) ; do - sleep 1 + sleep 0.1 echo -n "$1.${NORMAL}" done echo ""