diff options
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ do_cmd() | |||
89 | # Cannot auto mount blocking jails without interrupting boot process | 89 | # Cannot auto mount blocking jails without interrupting boot process |
90 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue | 90 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue |
91 | 91 | ||
92 | # Explicitely do only run blocking crypto jails when *crypto is requested | 92 | # Explicitly do only run blocking crypto jails when *crypto is requested |
93 | [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue | 93 | [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue |
94 | 94 | ||
95 | # Try to attach (crypto) devices | 95 | # Try to attach (crypto) devices |