mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Fix output IPv4 addr when removing CIDR notation (#1498)
This commit is contained in:
parent
4ad0cdf5d4
commit
10139241f5
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ chronoFunc() {
|
||||||
printFunc " HDD usage: " "$disk_perc"
|
printFunc " HDD usage: " "$disk_perc"
|
||||||
printf "%s(%s)%s\n" "$COL_DARK_GRAY" "Used: $(hrBytes "$disk_used") of $(hrBytes "$disk_total")" "$COL_NC"
|
printf "%s(%s)%s\n" "$COL_DARK_GRAY" "Used: $(hrBytes "$disk_used") of $(hrBytes "$disk_total")" "$COL_NC"
|
||||||
|
|
||||||
printFunc " LAN addr: " "${IPV4_ADDRESS:0:-3}"
|
printFunc " LAN addr: " "${IPV4_ADDRESS/\/*/}"
|
||||||
printf "%s(%s)%s\n" "$COL_DARK_GRAY" "Gateway: $net_gateway" "$COL_NC"
|
printf "%s(%s)%s\n" "$COL_DARK_GRAY" "Gateway: $net_gateway" "$COL_NC"
|
||||||
|
|
||||||
if [[ "$DHCP_ACTIVE" == "true" ]]; then
|
if [[ "$DHCP_ACTIVE" == "true" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue