summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.sh')
-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