Merge of of PR #803 and some cleanup.

This commit is contained in:
Tomas Bures 2020-01-12 09:31:11 +01:00
parent ddd84656b8
commit eb6afc1783
2 changed files with 11 additions and 11 deletions

View file

@ -33,7 +33,7 @@ POOL_NAME=${POOL_NAME:-$(hostname)}
# Can probably be removed in the future.
MAILTRAIN_SETTING=${MAILTRAIN_SETTINGS:-}
if [ ! -z "$MAILTRAIN_SETTING" ]; then
echo 'Error: MAILTRAIN_SETTINGS is no longer supported. See README'
echo 'Error: MAILTRAIN_SETTINGS is no longer supported. See README.md'
exit 1
fi