diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-02-09 18:13:44 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-02-09 18:13:44 +0000 |
commit | 3fa88c46650b2328384dd02ecabaa281800a6c86 (patch) | |
tree | f367ae1da35269a7dda0eb39264105c0e6571189 /ezjail.sh | |
parent | d9c9e79a98e08efa97c5c10a66de7c59d9ff583a (diff) |
Cosmetics.
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
45 | run_rc_command $* | 45 | run_rc_command $* |