Ignore:
Timestamp:
Mar 22, 2012, 2:24:27 AM (12 years ago)
Author:
Bruno Cornec
Message:

-Use the more generic ILO prefix for variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/proliantusbkey/0.9.6/customized/ssstk/deploy.sh

    r1436 r1437  
    4747    # Source the customization file
    4848    [ -f ${ILO_CONFIG_FILE} ] && dos2unix ${ILO_CONFIG_FILE} && . ${ILO_CONFIG_FILE}
    49     [ "x$ECF_IP" != "x" ] && OPTS="--ip $ECF_IP"
    50     [ "x$ECF_NETMASK" != "x" ] && OPTS="$OPTS --netmask $ECF_NETMASK"
    51     [ "x$ECF_GW" != "x" ] && OPTS="$OPTS --gw $ECF_GW"
    52     [ "x$ECF_LICENSE" != "x" ] && OPTS="$OPTS --license $ECF_LICENSE"
    53     [ "x$ECF_ADMIN_PASSWD" != "x" ] && OPTS="$OPTS --password $ECF_ADMIN_PASSWD"
     49    [ "x$ILO_IP" != "x" ] && OPTS="--ip $ILO_IP"
     50    [ "x$ILO_NETMASK" != "x" ] && OPTS="$OPTS --netmask $ILO_NETMASK"
     51    [ "x$ILO_GW" != "x" ] && OPTS="$OPTS --gw $ILO_GW"
     52    [ "x$ILO_LICENSE" != "x" ] && OPTS="$OPTS --license $ILO_LICENSE"
     53    [ "x$ILO_ADMIN_PASSWD" != "x" ] && OPTS="$OPTS --password $ILO_ADMIN_PASSWD"
    5454    # Do the cleanup and customization of the iLO config file
    5555    dos2unix ${ILO_FILE}
Note: See TracChangeset for help on using the changeset viewer.