diff options
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ do_cmd() | |||
74 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue | 74 | [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue |
75 | 75 | ||
76 | # Explicitely do only run blocking crypto jails when *crypto is requested | 76 | # Explicitely do only run blocking crypto jails when *crypto is requested |
77 | [ "${action%crypto}" != "${action}" -a "${ezjail_blocking}" ] && continue | 77 | [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue |
78 | 78 | ||
79 | # Try to attach (crypto) devices | 79 | # Try to attach (crypto) devices |
80 | if [ "${ezjail_image}" ]; then | 80 | if [ "${ezjail_image}" ]; then |