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 6fb45ab..9bc34da 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -62,7 +62,7 @@ do_cmd()
62 eval ezjail_crypt=\"\$jail_${ezjail}_cryptimage\" 62 eval ezjail_crypt=\"\$jail_${ezjail}_cryptimage\"
63 63
64 # Cannot auto mount crypto jails without interrupting boot process 64 # Cannot auto mount crypto jails without interrupting boot process
65 [ "${ezjail_fromrc}" = "YES" -a "${ezjail_crypt}" = "YES" ] && continue 65 [ "${ezjail_fromrc}" = "YES" -a "${ezjail_crypt}" = "YES" -a "${action}" = "start" ] && continue
66 66
67 # Try to attach (crypto) devices 67 # Try to attach (crypto) devices
68 [ "${ezjail_image}" ] && attach_detach_pre 68 [ "${ezjail_image}" ] && attach_detach_pre