From 052b740d8c13856467990ce55812efd75654fc5b Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 8 Oct 2007 02:19:41 +0000 Subject: Revert the "fix" from 1.43, there was no bug in here but in ezjail-admin --- ezjail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezjail.sh b/ezjail.sh index 2f3f248..6ff8e89 100755 --- a/ezjail.sh +++ b/ezjail.sh @@ -74,7 +74,7 @@ do_cmd() [ "${ezjail_fromrc}" -a "${action}" = "start" -a "${ezjail_blocking}" ] && echo -n " ...skipping blocking jail ${ezjail}" && continue # Explicitely do only run blocking crypto jails when *crypto is requested - [ "${action%crypto}" != "${action}" -a "${ezjail_blocking}" ] && continue + [ "${action%crypto}" = "${action}" -o "${ezjail_blocking}" ] || continue # Try to attach (crypto) devices if [ "${ezjail_image}" ]; then -- cgit v1.2.3