commit: 8fca0973abb40b370f919f99f31a817fbc35cdca
parent 3733956654717a0b99096f59aaa6ab5d7c35c5c1
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date: Tue, 23 Jan 2024 19:05:05 +0100
Fix "no job control in this shell" in final Bash prompt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/steps/improve/after.sh b/steps/improve/after.sh
@@ -10,7 +10,7 @@
. /steps/env
if [ "${INTERACTIVE}" = True ]; then
- env - PATH=${PREFIX}/bin PS1="\w # " bash -i
+ env - PATH=${PREFIX}/bin PS1="\w # " setsid openvt -fec1 -- bash -i
fi
if [ "${CHROOT}" = False ]; then