X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fgrml-reboot;h=35a4fb9afe51e6c50a829bf0c9554f3a79c70128;hb=refs%2Ftags%2Fv1.3.0;hp=81ab23aebaba47a7b2eb9cb0200e278251f96b98;hpb=a216e231483af45806a84360a4d7bfa97efb28e6;p=grml-etc.git diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 81ab23a..35a4fb9 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -79,8 +79,8 @@ case "$0" in esac mysleep() { - for i in $(seq 1 40) ; do - usleep 75000 + for i in $(seq 1 30) ; do + sleep 1 echo -n "$1.${NORMAL}" done echo ""