only add custom docker net to pillar

This commit is contained in:
m0duspwnens
2023-07-24 14:47:14 -04:00
parent 00483018ca
commit d71254ad29
2 changed files with 10 additions and 38 deletions

View File

@@ -398,7 +398,7 @@ whiptail_end_settings() {
[[ -n $WEBUSER ]] && __append_end_msg "Web User: $WEBUSER"
[[ -n $DOCKERNET ]] && __append_end_msg "Docker network: $DOCKERNET"
[[ -n $DOCKERNET ]] && __append_end_msg "Docker network: $DOCKERNET/24"
if [[ ${#ntp_servers[@]} -gt 0 ]]; then
__append_end_msg "NTP Servers:"
for server in "${ntp_servers[@]}"; do