X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=overlay-go;h=ef237fc51a836e42c46914a88295b399ec11540a;hb=9f3bec2cdf9144274c43a086b8ae1805af1cda1d;hp=b055d9840394cd897ee37c5b0931622815501152;hpb=0a18b8716dacd4a0c0e7fa231b75b08806e69db1;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"