(simatec) Release 0.9.7

This commit is contained in:
simatec 2024-06-14 14:27:30 +02:00
parent 4e18a9165b
commit 624a46ccc8
2 changed files with 4 additions and 6 deletions

View file

@ -153,6 +153,10 @@ To leave the container on the console you have to execute 2x `exit`.
********************************************************************************************************** **********************************************************************************************************
## Changelog ## Changelog
### 0.9.7 (14.06.2024)
* (simatec) Release 0.9.7
### 0.9.6 (11.06.2024) ### 0.9.6 (11.06.2024)
* (simatec) Hostname Fix * (simatec) Hostname Fix

View file

@ -181,14 +181,8 @@ EOF
echo "Patch config-site.php with your Settings" echo "Patch config-site.php with your Settings"
fi fi
if [ "$USE_MAILCOW" = true ]; then if [ "$USE_MAILCOW" = true ]; then
echo
echo "${blue}${HLINE}"
echo "set Mailcow Api-Key config"
echo "${blue}${HLINE}${normal}"
echo
if ! grep -qF "// Mailcow API" "$configSite"; then if ! grep -qF "// Mailcow API" "$configSite"; then
cat >> $configSite <<EOF cat >> $configSite <<EOF