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-30 00:43:20 +0300
committerChristian König <ckoenig@posteo.de>2022-07-30 00:43:20 +0300
commit26107396245681208509876c97641fbc8eb91591 (patch)
treee004e10f7436a046eb7f91adc60ee940aa4205e8 /automated install
parentaeb92416c8d5b01a42fde57de0289be9dddea6ec (diff)
Indent installation/update complete messageindent_update
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'automated install')
-rwxr-xr-xautomated install/basic-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 06694506..88dc9040 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -2863,7 +2863,7 @@ main() {
# Display where the log file is
printf "\\n %b The install log is located at: %s\\n" "${INFO}" "${installLogLoc}"
- printf "%b%s Complete! %b\\n" "${COL_LIGHT_GREEN}" "${INSTALL_TYPE}" "${COL_NC}"
+ printf " %b %b%s complete! %b\\n" "${TICK}" "${COL_LIGHT_GREEN}" "${INSTALL_TYPE}" "${COL_NC}"
if [[ "${INSTALL_TYPE}" == "Update" ]]; then
printf "\\n"