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:
authorRD WebDesign <github@rdwebdesign.com.br>2022-07-06 05:10:40 +0300
committerRD WebDesign <github@rdwebdesign.com.br>2022-07-06 05:10:40 +0300
commitad70ece73e541f576cf5cbdc8f36778f3a4185a4 (patch)
tree21150d91857ea175ea756ae4e399cf802243a162 /automated install
parent39cb1029e9ae804cd1912fc1a84048814e5ab830 (diff)
Fixing dialog line breaks
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
Diffstat (limited to 'automated install')
-rwxr-xr-xautomated install/basic-install.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index c3ff87cf..18c4a068 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -2101,9 +2101,7 @@ displayFinalMessage() {
# If the user wants to install the dashboard,
if [[ "${INSTALL_WEB_INTERFACE}" == true ]]; then
# Store a message in a variable and display it
- additional="View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin
-
-Your Admin Webpage login password is ${pwstring}"
+ additional="View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin\\n\\nYour Admin Webpage login password is ${pwstring}"
fi
# Final completion message to user
@@ -2113,8 +2111,7 @@ Your Admin Webpage login password is ${pwstring}"
\\n\\nIPv4: ${IPV4_ADDRESS%/*}\
\\nIPv6: ${IPV6_ADDRESS:-"Not Configured"}\
\\nIf you have not done so already, the above IP should be set to static.\
-\\n${additional}"
- "${r}" "${c}"
+\\n${additional}" "${r}" "${c}"
}
update_dialogs() {