diff options
Diffstat (limited to 'scripts/initial-setup.csh')
-rw-r--r-- | scripts/initial-setup.csh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |