99base/init.sh: break the initqueue, if emergency shell was successful

Harald Hoyer 2016-06-30 16:32:44 +02:00
parent 6efee60f93
commit a95fe14581
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ while :; do

main_loop=$(($main_loop+1))
[ $main_loop -gt $RDRETRY ] \
&& { flock -s 9 ; action_on_fail "Could not boot." && break; } 9>/.console_lock
&& { flock -s 9 ; action_on_fail "Could not boot."; } 9>/.console_lock \
&& break
done
unset job
unset queuetriggered