From d641f8801d3c177369725de3ab745216958e922b Mon Sep 17 00:00:00 2001 From: simatec Date: Sat, 17 Dec 2022 13:26:36 +0100 Subject: [PATCH] (simatec) Installer Fix --- README.md | 3 +++ install-piler.sh | 12 ++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aca5f08..a9ef729 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,9 @@ To leave the container on the console you have to execute 2x `exit`. ## Changelog +### 0.5.3 (17.12.2022) +* (simatec) Installer Fix + ### 0.5.2 (16.12.2022) * (simatec) update piler to v1.4.2 diff --git a/install-piler.sh b/install-piler.sh index 799b24b..f145c21 100644 --- a/install-piler.sh +++ b/install-piler.sh @@ -45,6 +45,9 @@ while true; do * ) echo -e "${red} Please confirm with y or n.";; esac done +# old docker stop +cd /opt/piler-docker +docker-compose down # docker start echo @@ -69,7 +72,8 @@ fi docker-compose up -d -sleep 5 +echo "${blue}********* Piler started.... Please wait........" +sleep 20 echo echo "${blue}${HLINE}" @@ -188,15 +192,15 @@ cat >> /var/lib/docker/volumes/piler-docker_piler_etc/_data/piler.conf <