(simatec) Fix Update
This commit is contained in:
parent
c8e8191117
commit
4859a93a51
1 changed files with 4 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue