install_postfix_advanced.sh: fix error, confuse usage of variable 'IS_RELAY_HOST' and '_IS_RELAY_HOST'.
This commit is contained in:
parent
1a631532c4
commit
0f86a6004c
@ -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'"
|
||||
|
Loading…
Reference in New Issue
Block a user