live-snapshot: nicer default auto unmount logic.
authorMarco Amadori <marco.amadori@gmail.com>
Sat, 7 Jun 2008 23:09:27 +0000 (01:09 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 10 Jun 2008 21:54:57 +0000 (23:54 +0200)
Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
bin/live-snapshot

index 03245ea..5837f5d 100755 (executable)
@@ -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