install_amavis.sh: fix errors in if statements: replace ':' with ';'.
This commit is contained in:
@ -530,7 +530,7 @@ _SASL_AUTH_ENABLED=$SASL_AUTH_ENABLED
|
||||
_SYMPA_LIST_SERVER=$IS_SYMPA_LIST_SERVER
|
||||
_LISTEN_ON_ADDITIONAL_RELAY_PORT=${LISTEN_ON_ADDITIONAL_RELAY_PORT}
|
||||
EOF
|
||||
if ${LISTEN_ON_ADDITIONAL_RELAY_PORT} : then
|
||||
if ${LISTEN_ON_ADDITIONAL_RELAY_PORT} ; then
|
||||
cat << EOF >> $conf_file
|
||||
_ADDITIONAL_RELAY_LISTEN_PORT=${ADDITIONAL_RELAY_LISTEN_PORT}
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user