X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt;h=47ca33387f861dd78441f551f50d9ca63fa9c2ab;hb=2807d32a213e937f797120ea813a7dae92cc0481;hp=a205033f8683d4ce9d74cbc01c6b921a20027864;hpb=0cf1b314a5c3f104008a7d11e2eddaa995222324;p=grml-crypt.git diff --git a/grml-crypt b/grml-crypt index a205033..47ca333 100755 --- a/grml-crypt +++ b/grml-crypt @@ -214,7 +214,7 @@ function actionStop dm_name_="${dm_path_##*/}" dprint "dm_name_=\"$dm_name_\"" - dmsetup info $dm_name_ >/dev/null ||die "$dm_name_ is not aktive" + dmsetup info $dm_name_ >/dev/null ||die "$dm_name_ is not active" device_=`$CRYPTSETUP_ status $dm_name_ |awk '/device:/{print $2}'` || \ die "could not get underlying device of $dm_path_" dprint "device_=\"$device_\"" @@ -224,7 +224,7 @@ function actionStop echo "$device_" |grep loop &>/dev/null && execute "losetup -d $device_" \ die "could not delete loop device $device_" || \ execute "losetup -d $device_ &>/dev/null" eprint "could not delete loop device $device_, \ -this device could possible not be a loop device => maybe bogus error" +this device possibly is not a loop device => maybe bogus error" notice "$mp_ successfully unmountet/closed/deleted" }