diff --git a/install-piler.sh b/install-piler.sh index d32e4e9..c5aef5d 100644 --- a/install-piler.sh +++ b/install-piler.sh @@ -61,7 +61,7 @@ if [ "$USE_LETSENCRYPT" = "yes" ]; then echo echo "${blue}${HLINE}" - echo "${blue} docker network created" + echo "${blue} docker network created" echo "${blue}${HLINE}${normal}" echo fi @@ -84,7 +84,7 @@ fi echo echo "${blue}${HLINE}" -echo "${blue} set User settings ..." +echo "${blue} set User settings ..." echo "${blue}${HLINE}${normal}" echo @@ -186,7 +186,7 @@ echo "${greenBold}${HLINE}" if [ "$USE_LETSENCRYPT" = "yes" ]; then echo "${greenBold}you can start in your Browser with https://${PILER_DOMAIN}!" else - echo "${greenBold}you can start in your Browser with: http://${PILER_DOMAIN} or http://local-ip!" + echo "${greenBold}you can start in your Browser with:" echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip" fi echo "${greenBold}${HLINE}${normal}"