diff options
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ attach_detach_pre () | |||
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_imagetype}" = "crypto" ]; 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} |
101 | 101 | ||
102 | # Device to mount is not md anymore | 102 | # Device to mount is not md anymore |
103 | ezjail_device=${ezjail_device}.bde | 103 | ezjail_device=${ezjail_device}.bde |