(simatec) Fix Installer
This commit is contained in:
parent
41608954c1
commit
f5ee0f5c92
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ if [ "$USE_LETSENCRYPT" = "yes" ]; then
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "${blue}${HLINE}"
|
echo "${blue}${HLINE}"
|
||||||
echo "${blue} docker network created"
|
echo "${blue} docker network created"
|
||||||
echo "${blue}${HLINE}${normal}"
|
echo "${blue}${HLINE}${normal}"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
@ -84,7 +84,7 @@ fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "${blue}${HLINE}"
|
echo "${blue}${HLINE}"
|
||||||
echo "${blue} set User settings ..."
|
echo "${blue} set User settings ..."
|
||||||
echo "${blue}${HLINE}${normal}"
|
echo "${blue}${HLINE}${normal}"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ 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 https://${PILER_DOMAIN}!"
|
||||||
else
|
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"
|
echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip"
|
||||||
fi
|
fi
|
||||||
echo "${greenBold}${HLINE}${normal}"
|
echo "${greenBold}${HLINE}${normal}"
|
||||||
|
|
Loading…
Reference in a new issue