mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-29 04:00:21 +02:00
Small change to error message
This commit is contained in:
parent
f206ad7ee1
commit
2ffb0de1db
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ errex() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -f $DATABASE ] || errex "No postfix-virtual.cf file"
|
[ -f $DATABASE ] || errex "Error: No postfix-virtual.cf file"
|
||||||
[ -s $DATABASE ] || errex "Empty postfix-virtual.cf - no aliases have been added"
|
[ -s $DATABASE ] || errex "Error: Empty postfix-virtual.cf - no aliases have been added"
|
||||||
|
|
||||||
(grep -v "^\s*$\|^\s*\#" $DATABASE || true)
|
(grep -v "^\s*$\|^\s*\#" $DATABASE || true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue