diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-05-06 23:06:24 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-05-06 23:06:24 +0000 |
commit | 48a4ad0891b43b296853f550f4560d05ca123f47 (patch) | |
tree | 6b1940890c7d930d97c7a2eaafb0b54bcaba27ed /ezjail.sh | |
parent | 3ba095d7b40f0be5f120e07111333f043fc21a1b (diff) |
-a mistaken for two ampersands... I am getting old
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ do_cmd() | |||
65 | eval ezjail_attachblocking=\"\$jail_${ezjail}_attachblocking\" | 65 | eval ezjail_attachblocking=\"\$jail_${ezjail}_attachblocking\" |
66 | 66 | ||
67 | # Cannot auto mount blocking crypto jails without interrupting boot process | 67 | # Cannot auto mount blocking crypto jails without interrupting boot process |
68 | [ "${ezjail_fromrc}" = "YES" -a "${action}" = "start" && "${ezjail_attachblocking}" = "YES" ] && continue | 68 | [ "${ezjail_fromrc}" = "YES" -a "${action}" = "start" -a "${ezjail_attachblocking}" = "YES" ] && continue |
69 | 69 | ||
70 | # Explicitely do only run blocking crypto jails when *crypto is requested | 70 | # Explicitely do only run blocking crypto jails when *crypto is requested |
71 | [ "${action%crypto}" != "${action}" -a -z "${ezjail_attachblocking}" ] && continue | 71 | [ "${action%crypto}" != "${action}" -a -z "${ezjail_attachblocking}" ] && continue |