Reduce killall wait time to previous amount
authorChristian Hofstaedtler <ch@grml.org>
Mon, 7 Nov 2011 09:59:51 +0000 (10:59 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 7 Nov 2011 09:59:51 +0000 (10:59 +0100)
etc/init.d/grml-reboot

index 35a4fb9..0b0b17d 100755 (executable)
@@ -80,7 +80,7 @@ esac
 
 mysleep() {
   for i in $(seq 1 30) ; do
-    sleep 1
+    sleep 0.1
     echo -n "$1.${NORMAL}"
   done
   echo ""