Fix "no job control in this shell" in final Bash prompt

This commit is contained in:
Gábor Stefanik 2024-01-23 19:05:05 +01:00
parent 3733956654
commit 8fca0973ab
1 changed files with 1 additions and 1 deletions

View File

@ -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