2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-02 23:35:11 +00:00

cleaned up >/dev/nulls in Dockerfile and replaced em dashes with normal dashes (#2024)

This commit is contained in:
Georg Lauterbach
2021-06-08 03:20:20 +02:00
committed by GitHub
parent ac450f641f
commit e7b88d865b
13 changed files with 151 additions and 151 deletions

View File

@@ -6,7 +6,7 @@
LOG_DATE=$(date +"%Y-%m-%d %H:%M:%S ")
_notify 'task' "${LOG_DATE} Start check-for-changes script."
# ? Checks
# ? --------------------------------------------- Checks
cd /tmp/docker-mailserver || exit 1
@@ -24,7 +24,7 @@ then
exit 0
fi
# ? Actual script begins
# ? --------------------------------------------- Actual script begins
# determine postmaster address, duplicated from start-mailserver.sh
# this script previously didn't work when POSTMASTER_ADDRESS was empty