Changeset 3587 in MondoRescue


Ignore:
Timestamp:
Jun 3, 2016, 3:06:51 PM (8 years ago)
Author:
Bruno Cornec
Message:

By default CDRECOVERY is undefined so for ironic case reverse a test case to take that in account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3586 r3587  
    19961996        sep='='
    19971997    fi
    1998     if [ "$CDRECOVERY" != "yes" ] ; then
     1998    if [ "$CDRECOVERY" = "yes" ] ; then
     1999        echo -en "timeout${sep}10000\n"
     2000    else
    19992001        echo -en "timeout${sep}${MINDI_BOOT_TIMEOUT}\n"
    2000     else
    2001         echo -en "timeout${sep}10000\n"
    20022002    fi
    20032003    echo -en "\n"
Note: See TracChangeset for help on using the changeset viewer.