summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-02-09 18:13:44 +0000
committererdgeist <erdgeist@erdgeist.org>2006-02-09 18:13:44 +0000
commit3fa88c46650b2328384dd02ecabaa281800a6c86 (patch)
treef367ae1da35269a7dda0eb39264105c0e6571189
parentd9c9e79a98e08efa97c5c10a66de7c59d9ff583a (diff)
Cosmetics.
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 0d0a247..b82e8fc 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -39,7 +39,7 @@ do_cmd()
39 echo " Warning: Jail ${jail} not found." 39 echo " Warning: Jail ${jail} not found."
40 fi 40 fi
41 done 41 done
42 [ "${jail_pass}" ] && sh /etc/rc.d/jail one${action} ${jail_pass} 42 [ ${jail_pass} ] && sh /etc/rc.d/jail one${action} ${jail_pass}
43} 43}
44 44
45run_rc_command $* 45run_rc_command $*