From: Marco Amadori Date: Sat, 7 Jun 2008 23:09:27 +0000 (+0200) Subject: live-snapshot: nicer default auto unmount logic. X-Git-Tag: debian/2.0.15-1~525 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=9f0888fd9ffcbb319722a39e9f357693800f2b6b live-snapshot: nicer default auto unmount logic. --- diff --git a/bin/live-snapshot b/bin/live-snapshot index 03245ea..5837f5d 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -307,7 +307,7 @@ Do_snapshot () Clean () { - if echo "${DEST}" | grep -q "${MOUNTP}" + if [ -z "${SNAP_RESYNC_STRING}" ] && echo "${DEST}" | grep -q "${MOUNTP}" then echo "${DEST} is present on ${MOUNTP}, therefore no automatic unmounting the latter." > /dev/null 1>&2 else