From 8b9ecd1ccfb403ccddc0060b6a932485eff6ce8c Mon Sep 17 00:00:00 2001 From: simatec Date: Thu, 19 Jan 2023 10:26:11 +0100 Subject: [PATCH] (simatec) Beta v0.8.3 --- install-piler.sh | 4 ++-- update.sh | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/install-piler.sh b/install-piler.sh index d8aaa30..83504a0 100644 --- a/install-piler.sh +++ b/install-piler.sh @@ -235,7 +235,7 @@ elif [ -f $installPth/.configDone ]; then for fileUpdate in update.sh README.md; do echo "${purple}${HLINE}${HLINE_SMALL}" echo "${purple}****** Download Update $fileUpdate ******" - curl -o -f $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/$fileUpdate + curl -o $installPth/$fileUpdate https://raw.githubusercontent.com/simatec/piler-docker/main/$fileUpdate echo "${purple}${HLINE}${HLINE_SMALL}${normal}" echo done @@ -425,7 +425,7 @@ cat >> $etcPth/config-site.php <