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