mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue