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:
authorChristian König <ckoenig@posteo.de>2022-07-27 00:43:49 +0300
committerChristian König <ckoenig@posteo.de>2022-07-27 00:43:49 +0300
commit8c778c14dcb9fb50ace4a849ffc1221394f86e51 (patch)
tree902c60b23626ff6a0cc239ff951207467de818ca /automated install
parentd5c798d1a9107c05239a2b6094402ec1881ceb3a (diff)
Move linebreaks
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'automated install')
-rwxr-xr-xautomated install/basic-install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 342af9b4..06694506 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -886,9 +886,9 @@ getStaticIPv4Settings() {
--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.\
-\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."\
+but in most cases the router is smart enough to not do that.\n\n\
+If you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want.\n\n\
+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."\
"${r}" "${c}" && result=0 || result=$?
case ${result} in