mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Fix tabs in dialog boxes
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
da6596e516
commit
d4ce5b1c2a
1 changed files with 2 additions and 2 deletions
|
@ -999,10 +999,10 @@ If you want to specify a port other than 53, separate it with a hash.\
|
||||||
# and continue the loop.
|
# and continue the loop.
|
||||||
DNSSettingsCorrect=False
|
DNSSettingsCorrect=False
|
||||||
else
|
else
|
||||||
dialog --no-shadow --keep-tite \
|
dialog --no-shadow --no-collapse --keep-tite \
|
||||||
--backtitle "Specify Upstream DNS Provider(s)" \
|
--backtitle "Specify Upstream DNS Provider(s)" \
|
||||||
--title "Upstream DNS Provider(s)" \
|
--title "Upstream DNS Provider(s)" \
|
||||||
--yesno "Are these settings correct?\\n\\tDNS Server 1:\\t${PIHOLE_DNS_1}\\n\\tDNS Server 2:\\t${PIHOLE_DNS_2}" \
|
--yesno "Are these settings correct?\\n"$'\t'"DNS Server 1:"$'\t'"${PIHOLE_DNS_1}\\n"$'\t'"DNS Server 2:"$'\t'"${PIHOLE_DNS_2}" \
|
||||||
"${r}" "${c}" && result=0 || result=$?
|
"${r}" "${c}" && result=0 || result=$?
|
||||||
|
|
||||||
case ${result} in
|
case ${result} in
|
||||||
|
|
Loading…
Reference in a new issue