install_postfixadmin.sh: some minor changes on script output.
This commit is contained in:
parent
4f9caf69bf
commit
de7e47eaee
@ -2310,7 +2310,7 @@ else
|
|||||||
echo_ok
|
echo_ok
|
||||||
fi
|
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
|
if getent group dovecot 2> /dev/null | grep -q "\b${HTTP_USER}\b" > /dev/null 2>&1 ; then
|
||||||
echo_skipped
|
echo_skipped
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user