Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryubiuser <ckoenig@posteo.de>2022-07-24 22:40:16 +0300
committerChristian König <ckoenig@posteo.de>2022-07-27 00:39:02 +0300
commitd5c798d1a9107c05239a2b6094402ec1881ceb3a (patch)
treec31e342c9e31bb1fa84a9153e1950752d70be4db /automated install
parent14e1eea22d250d9c800808b3bef4f692e0cbfbb5 (diff)
Apply reviewers suggestion
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de> Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'automated install')
-rwxr-xr-xautomated install/basic-install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 796f856b..342af9b4 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -885,10 +885,10 @@ getStaticIPv4Settings() {
--cancel-label "Exit" \
--backtitle "IP information" \
--title "FYI: IP Conflict" \
- --msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict. \
-But in most cases the router is smart enough to not do that. \
-If you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want. \
-It is also possible to use a DHCP reservation, but if you are going to do that, you might as well set a static address."\
+ --msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict, \
+but in most cases the router is smart enough to not do that.\
+\n\nIf you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want.\
+\n\nIt is also possible to use a DHCP reservation, but if you are going to do that, you might as well set a static address."\
"${r}" "${c}" && result=0 || result=$?
case ${result} in