diff options
author | erdgeist <erdgeist@erdgeist.org> | 2007-10-08 02:19:41 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2007-10-08 02:19:41 +0000 |
commit | 052b740d8c13856467990ce55812efd75654fc5b (patch) | |
tree | 61b23bd8006dffb96d16b8dca00b5cffda3a7e67 | |
parent | 8143c32994c5edaa681672fdbc7efbdf92d5fba7 (diff) |
Revert the "fix" from 1.43, there was no bug in here but in ezjail-admin
-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 |