From 543e61c643cb3c1291345c0b74cf90255fd83700 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Thu, 27 Jul 2017 15:38:20 +0300 Subject: [PATCH] Fix typo Signed-off-by: Avi Deitcher --- pkg/getty/usr/bin/rungetty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/getty/usr/bin/rungetty.sh b/pkg/getty/usr/bin/rungetty.sh index 68262087e..1a474fb86 100755 --- a/pkg/getty/usr/bin/rungetty.sh +++ b/pkg/getty/usr/bin/rungetty.sh @@ -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