Changeset 3391 in MondoRescue


Ignore:
Timestamp:
Jul 6, 2015, 10:43:16 AM (9 years ago)
Author:
Bruno Cornec
Message:

log the content of mondorestore.cfg at exit of mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3390 r3391  
    33653365    OfferToMakeBootableISO
    33663366fi
     3367
     3368if [ -f $MRCFG ]; then
     3369    LogIt "INFO: Your $MRCFG file is:"
     3370    cat $MRCFG >> $LOGFILE
     3371else
     3372    LogIt "ERROR: You don't have a $MRCFG file !"
     3373fi
    33673374# cleanup
    33683375LogAll "INFO: $FRIENDLY_OUTSTRING"
Note: See TracChangeset for help on using the changeset viewer.