2
0

Release Piler 1.4.5

This commit is contained in:
simatec
2024-06-14 14:01:18 +02:00
parent 4859a93a51
commit 4e18a9165b
2 changed files with 101 additions and 9 deletions

View File

@@ -222,20 +222,11 @@ fi
cp -rf $etcPth/* $installPth/backup/
# delete old files
#rm -f $etcPth/piler.key $etcPth/piler.pem $etcPth/config-site.php
# Added Manticore
if [ ! -f $etcPth/MANTICORE ]; then
touch $etcPth/MANTICORE
fi
# Build Piler
#cd $buildPth
#echo "${greenBold}Start Piler-Build...${normal}" && \
#bash build.sh && \
#echo "${greenBold}Piler-Build finish${normal}"
# Copy docker-compose.yml
if [ "$USE_LETSENCRYPT" = "yes" ]; then
cp $configPth/piler-ssl.yml $installPth/docker-compose.yml