From 3628ef84d6bad95497d4f728faecb11a2fd21cff Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 22 Jan 2013 15:03:09 +0100 Subject: More fixes for package review and s390 variable rename (typo) --- scripts/initial-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/initial-setup.sh') diff --git a/scripts/initial-setup.sh b/scripts/initial-setup.sh index 511e70c..18a2028 100644 --- a/scripts/initial-setup.sh +++ b/scripts/initial-setup.sh @@ -7,7 +7,7 @@ IS_CONF=/etc/sysconfig/initial-setup [ -f $IS_CONF ] && . $IS_CONF # check if we should run firstboot -if [ -f $IS_EXEC ] && [ "${RUN_INITAL_SETUP,,}" = "yes" ]; then +if [ -f $IS_EXEC ] && [ "${RUN_INITIAL_SETUP,,}" = "yes" ]; then # check if we're not on 3270 terminal and root if [ $(/sbin/consoletype) = "pty" ] && [ $EUID -eq 0 ]; then args="" -- cgit