summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2013-12-07 03:18:16 +0100
committerDirk Engling <erdgeist@erdgeist.org>2013-12-07 03:18:16 +0100
commit8798063e84884f3263f9b7abd9913308b7950063 (patch)
tree9513635d38e40f27c89f157ef9311bb2e0e4ccc7 /ezjail.sh
parentc95e27fc2f3847f6f80d74c55f268235ab1c9fcc (diff)
Lots of spelling fixes in comments and man pages submitted by Paul Ivanov
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 56c2f94..6f2a703 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -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