mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-08 15:34:46 +08:00
Fix: Fix broken postfix-install.sh script, move other spaces to tabs as well
This commit is contained in:
parent
b43c3d9582
commit
bd3a68c4f5
5 changed files with 102 additions and 103 deletions
|
@ -83,7 +83,7 @@ do_ubuntu() {
|
|||
rsyslog \
|
||||
sasl2-bin \
|
||||
supervisor \
|
||||
tzdata \
|
||||
tzdata
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@ fi
|
|||
|
||||
check_postfix() {
|
||||
local proxy_protocol="$(postconf postscreen_upstream_proxy_protocol | cut -f2- -d= | tr -d '[:blank:]')"
|
||||
|
||||
check_string="EHLO healthcheck\nquit\n"
|
||||
|
||||
if [ -n "$proxy_protocol" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue