Oops, commited local change :-/

This commit is contained in:
cryx 2010-02-16 22:03:37 +00:00
parent 3a55e89f07
commit 63548f93ed

View File

@ -103,7 +103,7 @@ do_cmd()
done done
# Pass control to jail script which does the actual work # Pass control to jail script which does the actual work
[ "${ezjail_pass}" ] && sh ${ezjail_rc_jail} one${action%crypto} ${ezjail_pass} [ "${ezjail_pass}" ] && sh /etc/rc.d/jail one${action%crypto} ${ezjail_pass}
if [ "${action}" = "start" ]; then if [ "${action}" = "start" ]; then
ezjail_safename=`echo -n "${ezjail}" | tr -c '[:alnum:]' _` ezjail_safename=`echo -n "${ezjail}" | tr -c '[:alnum:]' _`