Fix: Fix broken postfix-install.sh script, move other spaces to tabs as well

This commit is contained in:
Bojan Čekrlić 2025-02-28 19:17:01 +01:00
parent b43c3d9582
commit bd3a68c4f5
5 changed files with 102 additions and 103 deletions

View file

@ -83,7 +83,7 @@ do_ubuntu() {
rsyslog \
sasl2-bin \
supervisor \
tzdata \
tzdata
apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
}

View file

@ -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