Skip to content

Commit

Permalink
Make all in default.conf have default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix committed Jul 15, 2022
1 parent b822de7 commit af937b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/default.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2.3
VERSION=0.2.4

CBSD_WORKDIR=${CBSD_WORKDIR:-"/usr/cbsd"}
MASTER_IP=${MASTER_IP:-"172.16.0.253"}
Expand All @@ -10,5 +10,5 @@ JAIL_INTERFACE_IP=${JAIL_INTERFACE_IP:-"172.16.1.254"}
ZFS_POOL=${ZFS_POOL:-"zroot"}
PKG_MIRROR=${PKG_MIRROR:-"pkg.FreeBSD.org"}
PKG_REPO=${PKG_REPO:-"latest"}
PKG_PROXY="no"
IPV6_PREFIX="fd10:6c79:8ae5:8b91:"
PKG_PROXY=${PKG_PROXY:="no"}
IPV6_PREFIX=${IPV6_PREFIX:="fd10:6c79:8ae5:8b91:"}

0 comments on commit af937b1

Please sign in to comment.