X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=d4c6c346f8e64f3ca9c94c61368806c359b2ba40;hb=d88643d2724f1e8b0028660c8de76c0bd0c286d8;hp=b523c4adcd344abe9dba348584dec0599183ed33;hpb=e0c2f1d0cef706c3a87aa3fb6d17c01e117c66ad;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index b523c4a..d4c6c34 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -125,19 +125,6 @@ Version () exit 0 } -Is_same_mount () -{ - dir1="$(Base_path ${1})" - dir2="$(Base_path ${2})" - - if [ "${dir1}" = "${dir2}" ] - then - return 0 - else - return 1 - fi -} - Parse_args () { # Parse command line