(simatec) Fix Update

This commit is contained in:
simatec 2024-06-14 11:48:03 +02:00
parent c8e8191117
commit 4859a93a51

View file

@ -57,16 +57,17 @@ function finish_info {
echo "${greenBold}${HLINE}${normal}" echo "${greenBold}${HLINE}${normal}"
echo echo
echo echo
echo "${greenBold}${HLINE}${HLINE_SMALL}" echo "${greenBold}${HLINE}"
if [ "$USE_LETSENCRYPT" = "yes" ]; then 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 else
echo "${greenBold}you can start in your Browser with:" echo "${greenBold}you can start in your Browser with:"
echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip" echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip"
fi fi
echo "${greenBold}${HLINE}${HLINE_SMALL}${normal}" echo "${greenBold}${HLINE}${normal}"
echo echo
echo "${blue}${HLINE}" echo "${blue}${HLINE}"