Sorry, aber so ist es deutlich schoener...

Und es ist ja schon spaet :D


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@719 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-07-24 21:02:07 +00:00
parent 4601019b6e
commit b8e4cbb73e

View File

@@ -157,10 +157,7 @@ print_error_msg()
boot_mesg_flush
boot_mesg -n "Press Enter to continue or wait 3 minutes..." ${INFO}
boot_mesg "" ${NORMAL}
while sleep 180; do
read ENTER
break
done
read -t 180 ENTER
}
check_script_status()