mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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
|
||||
if [ -z "$INIGETTY" ]; then
|
||||
if [ -z "$INITGETTY" ]; then
|
||||
cat >/etc/profile.d/namespace.sh <<"EOF"
|
||||
export PS1="(ns: getty) $PS1"
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user