2
0

(simatec) Beta v0.9.1

This commit is contained in:
simatec
2023-01-23 21:37:49 +01:00
parent eb50915835
commit aa3549059e
4 changed files with 32 additions and 18 deletions

View File

@@ -287,10 +287,10 @@ if [ ! -f $installPth/.env ]; then
fi
# Build Piler
cd $buildPth
echo echo "${greenBold}Start Piler-Build...${normal}" && \
bash build.sh && \
echo "${greenBold}Piler-Build finish${normal}"
#cd $buildPth
#echo "${greenBold}Start Piler-Build...${normal}" && \
#bash build.sh && \
#echo "${greenBold}Piler-Build finish${normal}"
if [ -f $installPth/docker-compose.yml ]; then
rm $installPth/docker-compose.yml
@@ -428,6 +428,8 @@ cat >> $etcPth/config-site.php <<EOF
EOF
if [ "$AUTO_IMPORT" = true ]; then
chown root:crontab $cronPth/piler
cat >> $cronPth/piler <<EOF
### Piler import added by Piler-Installer
*/5 * * * * /usr/libexec/piler/import.sh
@@ -488,7 +490,6 @@ else
docker-compose restart piler
fi
echo
echo "${greenBold}${HLINE}"
echo "${greenBold} Piler install completed successfully"