install_postfix_advanced.sh: fix error, confuse usage of variable 'IS_RELAY_HOST' and '_IS_RELAY_HOST'.

This commit is contained in:
Christoph 2018-05-14 15:17:43 +02:00
parent 1a631532c4
commit 0f86a6004c

View File

@ -1312,7 +1312,7 @@ else
echo_failed
fi
if ! $_IS_RELAY_HOST ; then
if ! $IS_RELAY_HOST ; then
## - Create Directory '/var/vmail' for virtual mailboxes
## -
echononl " Create directory '/var/vmail'"