Changeset 3771 in MondoRescue


Ignore:
Timestamp:
Jun 17, 2020, 2:26:32 AM (4 years ago)
Author:
Bruno Cornec
Message:

minor typo (Christian Werner <Christian.Werner_at_t-online.de>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3769 r3771  
    27902790    # Check files before copying to discover configuration issues or McAfee preventing mindi reading these files
    27912791    # copy from rootfs into targetdir
    2792     LogAll "INFO: Copying Mindi files onto $targetdir"
     2792    LogAll "INFO: Copying Mindi files to $targetdir"
    27932793    for f in $tgz_dir_fname/*; do
    27942794        if [ ! -r $f ]; then
Note: See TracChangeset for help on using the changeset viewer.