Skip to content

Commit

Permalink
Merge pull request #558 from BastilleBSD/linux_create_bugfix
Browse files Browse the repository at this point in the history
fixing regression in create.sh for Linux containers
  • Loading branch information
cedwards authored Nov 3, 2022
2 parents a73b997 + 778ef6e commit 0ee17be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ${NAME} {
allow.mount.devfs;
interface = ${bastille_jail_conf_interface};
${IPX_ADDR} = ${IP};
${ipx_addr} = ${IP};
ip6 = ${IP6_MODE};
}
EOF
Expand Down

0 comments on commit 0ee17be

Please sign in to comment.