(simatec) Release 0.9.7
This commit is contained in:
parent
4e18a9165b
commit
624a46ccc8
2 changed files with 4 additions and 6 deletions
|
@ -153,6 +153,10 @@ To leave the container on the console you have to execute 2x `exit`.
|
|||
**********************************************************************************************************
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.9.7 (14.06.2024)
|
||||
* (simatec) Release 0.9.7
|
||||
|
||||
### 0.9.6 (11.06.2024)
|
||||
* (simatec) Hostname Fix
|
||||
|
||||
|
|
6
patch.sh
6
patch.sh
|
@ -181,14 +181,8 @@ EOF
|
|||
echo "Patch config-site.php with your Settings"
|
||||
fi
|
||||
|
||||
|
||||
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
|
||||
cat >> $configSite <<EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue