mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Fix "no job control in this shell" in final Bash prompt
This commit is contained in:
parent
3733956654
commit
8fca0973ab
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
. /steps/env
|
. /steps/env
|
||||||
|
|
||||||
if [ "${INTERACTIVE}" = True ]; then
|
if [ "${INTERACTIVE}" = True ]; then
|
||||||
env - PATH=${PREFIX}/bin PS1="\w # " bash -i
|
env - PATH=${PREFIX}/bin PS1="\w # " setsid openvt -fec1 -- bash -i
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${CHROOT}" = False ]; then
|
if [ "${CHROOT}" = False ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue