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.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/initial-setup.csh') diff --git a/scripts/initial-setup.csh b/scripts/initial-setup.csh index 8ea1975..9934bdf 100644 --- a/scripts/initial-setup.csh +++ b/scripts/initial-setup.csh @@ -4,7 +4,7 @@ set IS_EXEC = /usr/sbin/initial-setup set IS_CONF = /etc/sysconfig/initial-setup # check if we should run firstboot -grep -i "RUN_INITAL_SETUP=NO" $IS_CONF >/dev/null +grep -i "RUN_INITIAL_SETUP=NO" $IS_CONF >/dev/null if (( $? != 0 ) && ( -x $IS_EXEC )) then # check if we're not on 3270 terminal and root if (( `/sbin/consoletype` == "pty" ) && ( `/usr/bin/id -u` == 0 )) then -- cgit