mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Fix typo
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
5cda493a21
commit
543e61c643
@ -43,7 +43,7 @@ start_getty() {
|
|||||||
|
|
||||||
|
|
||||||
# check if we are namespaced, and, if so, indicate in the PS1
|
# check if we are namespaced, and, if so, indicate in the PS1
|
||||||
if [ -z "$INIGETTY" ]; then
|
if [ -z "$INITGETTY" ]; then
|
||||||
cat >/etc/profile.d/namespace.sh <<"EOF"
|
cat >/etc/profile.d/namespace.sh <<"EOF"
|
||||||
export PS1="(ns: getty) $PS1"
|
export PS1="(ns: getty) $PS1"
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user