From 6b65dda096b1e7981b5c827ab4fcbec53b026664 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Thu, 31 Mar 2022 09:21:13 +1100 Subject: [PATCH] use -i as well --- overlay-go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay-go b/overlay-go index 5cde886..991067d 100755 --- a/overlay-go +++ b/overlay-go @@ -21,7 +21,7 @@ EOF exit 1 fi -sudo nsenter -t "$RSPID" -n -m -p -r -w -u -C /bin/bash +sudo nsenter -t "$RSPID" -n -m -p -r -w -i -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 -- 2.39.2