From 8fca0973abb40b370f919f99f31a817fbc35cdca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Stefanik?= Date: Tue, 23 Jan 2024 19:05:05 +0100 Subject: [PATCH] Fix "no job control in this shell" in final Bash prompt --- steps/improve/after.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/improve/after.sh b/steps/improve/after.sh index 32d445c..9160743 100644 --- 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