(simatec) Fix Installer

This commit is contained in:
simatec 2022-03-09 15:00:10 +01:00
parent 41608954c1
commit f5ee0f5c92

View file

@ -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}"