C-Coders mistakes... ;)

This commit is contained in:
erdgeist 2006-04-03 18:21:50 +00:00
parent 0970be2e2a
commit 767881b1fe

View File

@ -35,7 +35,7 @@ detach_images () {
umount ${newjail_root} > /dev/null
[ "${newjail_image}" = "crypto" ] && gbde detach /dev/${newjail_img_device} > /dev/null
mdconfig -d -u ${newjail_img_device} > /dev/null
[ "$1" == "success" ] || rm -f ${newjail_img}
[ "$1" = "success" ] || rm -f ${newjail_img}
fi
}