Move linebreaks

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4832/head
Christian König 2 years ago
parent d5c798d1a9
commit 8c778c14dc
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -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

Loading…
Cancel
Save