diff options
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |