Changeset 1692 in MondoRescue


Ignore:
Timestamp:
Oct 21, 2007, 3:03:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove useless copy from mindi to mondo at end of USB handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1691 r1692  
    18081808    fi
    18091809    echo -en "."
    1810     #
    1811     # If mondoarchive, then tranfer $MINDI_CACHE content to the USB device
    1812     # and mount that device under that mountpoint instead
    1813     # Has to be done at the end here.
    1814     #
    1815     if [ _"$MONDO_SHARE" != _"" ]; then
    1816         mount $USBPART $MINDI_TMP/usb 2>> $LOGFILE
    1817         mv $CACHE_LOC/* $MINDI_TMP/usb
    1818         umount $MINDI_TMP/usb
    1819         mount $USBPART $CACHE_LOC
    1820     fi
    18211810}
    18221811
Note: See TracChangeset for help on using the changeset viewer.