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

formatting files according to standard (#1619)

* added EditorConfig linting
* adding `eclint` as Travis script target
* re-adjusted .pem files to have a newline
This commit is contained in:
Georg Lauterbach
2020-09-24 14:54:21 +02:00
committed by GitHub
parent 9f7414d95f
commit a0791ef457
37 changed files with 178 additions and 185 deletions

View File

@ -24,7 +24,7 @@ expr index "$USER" "@" >/dev/null || { usage; errex "username must include the d
# Protect config file with lock to avoid race conditions
touch $DATABASE
(
(
flock -e 200
grep -qi "^$(escape "$USER")|" $DATABASE 2>/dev/null &&