Reset terminals on blank input which could be a console reload war between some kind of strange "new spawned console".

This commit is contained in:
Scott Ullrich 2007-06-03 20:50:57 +00:00
parent 6f954b495a
commit 4f1fbb19ad

View File

@ -162,8 +162,7 @@ case ${opmode} in
fi
;;
"")
echo -n "Press CTRL-C to continue."
sleep 1000000
killall login ; exit
;;
esac