From 4859a93a51ae613fde974d6b3387445b2932c1e2 Mon Sep 17 00:00:00 2001 From: simatec Date: Fri, 14 Jun 2024 11:48:03 +0200 Subject: [PATCH] (simatec) Fix Update --- update.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index eb31c14..341a88a 100644 --- a/update.sh +++ b/update.sh @@ -57,16 +57,17 @@ function finish_info { echo "${greenBold}${HLINE}${normal}" echo echo - echo "${greenBold}${HLINE}${HLINE_SMALL}" + echo "${greenBold}${HLINE}" if [ "$USE_LETSENCRYPT" = "yes" ]; then - echo "${greenBold}you can start in your Browser with https://${PILER_DOMAIN}!" + echo "${greenBold}you can start in your Browser with:" + echo "${greenBold}https://${PILER_DOMAIN}" else echo "${greenBold}you can start in your Browser with:" echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip" fi - echo "${greenBold}${HLINE}${HLINE_SMALL}${normal}" + echo "${greenBold}${HLINE}${normal}" echo echo "${blue}${HLINE}"