From aa43541538ca43fb5e27efb3ec589ad3d5c01752 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 16 Apr 2006 15:49:32 +0000 Subject: ezjail.sh now follows new variable name style --- ezjail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail.sh') diff --git a/ezjail.sh b/ezjail.sh index 0b1d68f..9c03c33 100755 --- a/ezjail.sh +++ b/ezjail.sh @@ -95,7 +95,7 @@ attach_detach_pre () # If this is a crypto jail, try to mount it, remind user, which jail # this is. In this case, the device to mount is - if [ "${ezjail_crypt}" = "YES" ]; then + if [ "${ezjail_imagetype}" = "crypto" ]; then echo "Attaching gbde device for image jail ${ezjail}..." gbde attach /dev/${ezjail_device} -l ${ezjail_image%.img}.lock -- cgit v1.2.3