(simatec) Fix Installer
This commit is contained in:
parent
d8cdf12ff7
commit
41608954c1
1 changed files with 14 additions and 8 deletions
|
@ -23,7 +23,9 @@ fi
|
|||
HLINE="=================================================================="
|
||||
|
||||
. ./piler.conf
|
||||
if [ ! -f /opt/piler-docker/.env ]; then
|
||||
ln -s ./piler.conf .env
|
||||
fi
|
||||
|
||||
if [ -f /opt/piler-docker/docker-compose.yml ]; then
|
||||
rm /opt/piler-docker/docker-compose.yml
|
||||
|
@ -177,11 +179,15 @@ docker-compose restart
|
|||
echo
|
||||
echo "${greenBold}${HLINE}"
|
||||
echo "${greenBold} Piler install completed successfully"
|
||||
echo "${greenBold}${HLINE}${normal}"
|
||||
echo
|
||||
echo
|
||||
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: http://${PILER_DOMAIN} or http://local-ip!"
|
||||
echo "${greenBold}http://${PILER_DOMAIN} or http://local-ip"
|
||||
fi
|
||||
echo "${greenBold}${HLINE}${normal}"
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue