Skip to content

Commit

Permalink
Merge pull request #163 from pi-hole/fix/typov4v6
Browse files Browse the repository at this point in the history
Fix typo in variable assignment
  • Loading branch information
DL6ER committed Jul 11, 2021
2 parents 1dcf62b + 00126a9 commit c6a6b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions padd.sh
Expand Up @@ -17,7 +17,7 @@ LC_NUMERIC=C
############################################ VARIABLES #############################################

# VERSION
padd_version="v3.6"
padd_version="v3.6.1"

# DATE
today=$(date +%Y%m%d)
Expand Down Expand Up @@ -297,7 +297,7 @@ GetNetworkInformation() {
pi_ip6_addr="N/A"
elif [ ${#pi_ip6_addrs[@]} -eq 1 ]; then
# One IPv6 address available
pi_ip4_addr="${pi_ip6_addrs[0]}"
pi_ip6_addr="${pi_ip6_addrs[0]}"
else
# More than one IPv6 address available
pi_ip6_addr="${pi_ip6_addrs[0]}+"
Expand Down

0 comments on commit c6a6b3b

Please sign in to comment.