summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryx <cryx@h3q.com>2010-02-16 22:03:37 +0000
committercryx <cryx@h3q.com>2010-02-16 22:03:37 +0000
commit63548f93edf8b96987a5bcbc50655fd6a26f3bcb (patch)
tree24cfa289b6d56f879610372aad0407a6bcab005c
parent3a55e89f073d93278154fef9c5033ef9028fad23 (diff)
Oops, commited local change :-/
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 90a781b..b12ed12 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -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:]' _`