1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Fix weird dashes (#2205)

This commit is contained in:
Casper
2021-09-22 08:41:32 +02:00
committed by GitHub
parent 3b8059f2da
commit 5b9d1f9120
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
LOG_DATE=$(date +"%Y-%m-%d %H:%M:%S ") LOG_DATE=$(date +"%Y-%m-%d %H:%M:%S ")
_notify 'task' "${LOG_DATE} Start check-for-changes script." _notify 'task' "${LOG_DATE} Start check-for-changes script."
# ? ––––––––––––––––––––––––––––––––––––––––––––– Checks # ? --------------------------------------------- Checks
cd /tmp/docker-mailserver || exit 1 cd /tmp/docker-mailserver || exit 1

View File

@ -99,7 +99,7 @@ function remove_lock
fi fi
} }
# ? ––––––––––––––––––––––––––––––––––––––––––––– IP & CIDR # ? --------------------------------------------- IP & CIDR
function _mask_ip_digit function _mask_ip_digit
{ {