diff options
author | cryx <cryx@h3q.com> | 2010-02-16 22:03:37 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-02-16 22:03:37 +0000 |
commit | 63548f93edf8b96987a5bcbc50655fd6a26f3bcb (patch) | |
tree | 24cfa289b6d56f879610372aad0407a6bcab005c /ezjail.sh | |
parent | 3a55e89f073d93278154fef9c5033ef9028fad23 (diff) |
Oops, commited local change :-/
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ do_cmd() | |||
103 | done | 103 | done |
104 | 104 | ||
105 | # Pass control to jail script which does the actual work | 105 | # Pass control to jail script which does the actual work |
106 | [ "${ezjail_pass}" ] && sh ${ezjail_rc_jail} one${action%crypto} ${ezjail_pass} | 106 | [ "${ezjail_pass}" ] && sh /etc/rc.d/jail one${action%crypto} ${ezjail_pass} |
107 | 107 | ||
108 | if [ "${action}" = "start" ]; then | 108 | if [ "${action}" = "start" ]; then |
109 | ezjail_safename=`echo -n "${ezjail}" | tr -c '[:alnum:]' _` | 109 | ezjail_safename=`echo -n "${ezjail}" | tr -c '[:alnum:]' _` |