diff options
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 04c6266..a8f9e81 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -35,7 +35,7 @@ detach_images () { | |||
35 | umount ${newjail_root} > /dev/null | 35 | umount ${newjail_root} > /dev/null |
36 | [ "${newjail_image}" = "crypto" ] && gbde detach /dev/${newjail_img_device} > /dev/null | 36 | [ "${newjail_image}" = "crypto" ] && gbde detach /dev/${newjail_img_device} > /dev/null |
37 | mdconfig -d -u ${newjail_img_device} > /dev/null | 37 | mdconfig -d -u ${newjail_img_device} > /dev/null |
38 | [ "$1" == "success" ] || rm -f ${newjail_img} | 38 | [ "$1" = "success" ] || rm -f ${newjail_img} |
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||