This commit is contained in:
Nico Schottelius 2012-06-14 17:00:44 +02:00
commit b42657fa8e
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ if [ "$onboot" = "true" ]; then
# if necessary
cat <<EOF
jail_list="\$(grep '^jail_enable=' /etc/rc.conf | cut -d= -f2)"
jail_list="\$(grep '^jail_list=' /etc/rc.conf | cut -d= -f2)"
if [ -z "\$jail_list" ]; then # no jail_list line in rc.conf at all
echo "jail_list=\"${name}\"" >>/etc/rc.conf
else