Changeset 587 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
May 29, 2006, 11:37:25 AM (19 years ago)
Author:
bcornec
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r585 r587  
    28942894    while [ "$diskno" -le "$noof_disks" ] ; do
    28952895        cd $minidir_root/$diskno || LogIt "Warning - cannot cd to $minidir_root/$diskno\n"
    2896         tar -cf - . 2>> $LOGFILE | gzip -9 > $tardir/$diskno.tar.gz || Die "Can't tar/gzip disk#$diskno; please tell Dev team -exactly- what the errors where."
     2896        tar -cf - . 2>> $LOGFILE | gzip -9 > $tardir/$diskno.tar.gz || Die "Can't tar/gzip disk#$diskno; please tell Dev Team -exactly- what the errors where."
    28972897        diskno=$(($diskno+1))
    28982898        echo -n "..."
Note: See TracChangeset for help on using the changeset viewer.