DOCKERBIP change

This commit is contained in:
m0duspwnens
2023-07-21 16:59:22 -04:00
parent c4d81a249a
commit f55c1a4078
2 changed files with 3 additions and 3 deletions

View File

@@ -1484,9 +1484,9 @@ create_global() {
if [ -z "$DOCKERNET" ]; then
DOCKERNET=172.17.1.0
DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')
DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24
else
DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')
DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24
fi
if [ -f "$global_pillar_file" ]; then