X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=overlay-go;h=ef237fc51a836e42c46914a88295b399ec11540a;hb=a3b6bd2a94624852e5fef890fda9fde9548080f3;hp=b055d9840394cd897ee37c5b0931622815501152;hpb=1962381a074900c46e81c122049bd4ce64cf4e59;p=rrq%2Foverlay-boot.git diff --git a/overlay-go b/overlay-go index b055d98..ef237fc 100755 --- a/overlay-go +++ b/overlay-go @@ -25,3 +25,9 @@ EOF fi sudo nsenter -t "$RSPID" -n -m -p -r -w -u -C /bin/bash +if [ $? = 137 ] ; then + echo "######### please 'fg' this again (if stopped)" >&2 + stty sane # a killed bash might leave the tty insane and stty + # typically gets stopped trying to correct it +fi +echo "done"