install_postfixadmin.sh: some minor changes on script output.

This commit is contained in:
Christoph 2021-02-14 18:52:21 +01:00
parent 4f9caf69bf
commit de7e47eaee

View File

@ -2310,7 +2310,7 @@ else
echo_ok
fi
echononl "Add Apache User (${HTTP_USER}) to group 'dovecot'.."
echononl "\tAdd Apache User (${HTTP_USER}) to group 'dovecot'.."
if getent group dovecot 2> /dev/null | grep -q "\b${HTTP_USER}\b" > /dev/null 2>&1 ; then
echo_skipped
else