From 76ddbc13e11bdde7a59f48e178dce77cc3964494 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 7 Nov 2011 10:59:51 +0100 Subject: [PATCH] Reduce killall wait time to previous amount --- etc/init.d/grml-reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "" -- 2.1.4