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 b82e8fc..0d0a247 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -39,7 +39,7 @@ do_cmd()
39 echo " Warning: Jail ${jail} not found." 39 echo " Warning: Jail ${jail} not found."
40 fi 40 fi
41 done 41 done
42 [ ${jail_pass} ] && sh /etc/rc.d/jail one${action} ${jail_pass} 42 [ "${jail_pass}" ] && sh /etc/rc.d/jail one${action} ${jail_pass}
43} 43}
44 44
45run_rc_command $* 45run_rc_command $*