Merge pull request #22 from dlan17/master

00-splash.sh: enter shell while fail boot, bug #523512
master
Fabio Erculiani 10 years ago
commit 9acadd8a8a

@ -166,9 +166,11 @@ prompt_user() {
eval local oldvalue='$'${1} eval local oldvalue='$'${1}
[ $# != 2 -a $# != 3 ] && \ if [ $# != 2 -a $# != 3 ]; then
bad_msg "Bad invocation of function prompt_user." bad_msg "Bad invocation of function prompt_user."
bad_msg "Please file a bug report with this message" && exit 1 bad_msg "Please file a bug report with this message"
exit 1
fi
[ -n "${3}" ] && local explnt=" or : ${3}" || local explnt="." [ -n "${3}" ] && local explnt=" or : ${3}" || local explnt="."
splashcmd verbose splashcmd verbose

Loading…
Cancel
Save