live-snapshot: nicer default auto unmount logic.
[live-boot-grml.git] / 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