summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.sh')
-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:]' _`