(simatec) Beta v0.9.0

This commit is contained in:
simatec 2023-01-22 22:12:37 +01:00
parent 8ffcaf393b
commit a0ef41b5a6
3 changed files with 5 additions and 3 deletions

View file

@ -34,3 +34,4 @@ if [ ! -f $buildPth/$PILER_PACKAGE ]; then
fi
docker build --build-arg PACKAGE="$PILER_PACKAGE" -t "$IMAGE_NAME" .
exit 0

View file

@ -241,7 +241,7 @@ elif [ -f $installPth/.configDone ]; then
echo
done
bash $installPth/update.sh && exit 1
bash $installPth/update.sh && exit 0
fi
done
fi
@ -480,3 +480,4 @@ else
fi
echo "${greenBold}${HLINE}${HLINE_SMALL}${normal}"
echo
exit 0

View file

@ -147,7 +147,7 @@ for fileUpdate in install-piler.sh LICENSE piler.conf.example; do
echo
done
for buildUpdate in start.sh build.sh DOCKERFILE build.conf; do
for buildUpdate in start.sh build.sh Dockerfile build.conf; do
echo
echo "${purple}${HLINE}${HLINE_SMALL}"
echo "${purple}****** Download Update $buildUpdate ******"
@ -288,4 +288,4 @@ echo "${blue}You can remove the old unused containers on your system!"
echo "${blue}Execute the following command: docker system prune"
echo "${blue}${HLINE}${normal}"
echo
exit 1
exit 0