From 140cb9d2640628d07bc1ddedec73796ccf990a05 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 23 Jan 2023 21:48:04 +0100 Subject: [PATCH] (simatec) Beta v0.9.1 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a0b3988..2490bc2 100644 --- a/update.sh +++ b/update.sh @@ -150,7 +150,7 @@ for buildUpdate in start.sh build.sh Dockerfile build.conf; do done # build config load -. .$buildPth/build.conf +. $buildPth/build.conf # set Piler Version sed -i 's/PILER_VERSION=.*/PILER_VERSION="'$PILER_VERSION'"/g' ./piler.conf