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-09-22 23:02:45 +0300
committerGitHub <noreply@github.com>2022-09-22 23:02:45 +0300
commit4f4dfe3ac0c487c2db594e1bd923ef3d31299a66 (patch)
tree60c77b19cedb6abf68149b73333dd6218ad6565e
parentda6596e516d742104e00f2f93c3f1f393b165e89 (diff)
parentd4ce5b1c2a53fd2dee7299281ef499c054575ec8 (diff)
Fix tabs in dialog boxes (#4932)
-rwxr-xr-xautomated install/basic-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index a51f5d9a..337a3042 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -999,10 +999,10 @@ If you want to specify a port other than 53, separate it with a hash.\
# and continue the loop.
DNSSettingsCorrect=False
else
- dialog --no-shadow --keep-tite \
+ dialog --no-shadow --no-collapse --keep-tite \
--backtitle "Specify 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=$?
case ${result} in