mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
fixes "Set static IP using custom values results in error" (#4807)
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
8e4adb6e39
commit
e4444ae6a5
@ -912,7 +912,7 @@ It is also possible to use a DHCP reservation, but if you are going to do that,
|
|||||||
|
|
||||||
# Ask for the IPv4 address
|
# Ask for the IPv4 address
|
||||||
_staticIPv4Temp=$(dialog --no-shadow --keep-tite --output-fd 1 \
|
_staticIPv4Temp=$(dialog --no-shadow --keep-tite --output-fd 1 \
|
||||||
--cancer-label "Exit" \
|
--cancel-label "Exit" \
|
||||||
--ok-label "Continue" \
|
--ok-label "Continue" \
|
||||||
--backtitle "Calibrating network interface" \
|
--backtitle "Calibrating network interface" \
|
||||||
--title "IPv4 Address" \
|
--title "IPv4 Address" \
|
||||||
|
Loading…
Reference in New Issue
Block a user