diff options
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:]' _` |