summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-04-16 15:49:32 +0000
committererdgeist <erdgeist@erdgeist.org>2006-04-16 15:49:32 +0000
commitaa43541538ca43fb5e27efb3ec589ad3d5c01752 (patch)
treebfe3800574a3362f02ce9534fc7255b5eef423f4
parent506341bf1774ec09a621d65a2153a3026078061f (diff)
ezjail.sh now follows new variable name style
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
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 ()
95 95
96 # If this is a crypto jail, try to mount it, remind user, which jail 96 # If this is a crypto jail, try to mount it, remind user, which jail
97 # this is. In this case, the device to mount is 97 # this is. In this case, the device to mount is
98 if [ "${ezjail_crypt}" = "YES" ]; then 98 if [ "${ezjail_imagetype}" = "crypto" ]; then
99 echo "Attaching gbde device for image jail ${ezjail}..." 99 echo "Attaching gbde device for image jail ${ezjail}..."
100 gbde attach /dev/${ezjail_device} -l ${ezjail_image%.img}.lock 100 gbde attach /dev/${ezjail_device} -l ${ezjail_image%.img}.lock
101 101