install_amavis.sh: fix errors in if statements: replace ':' with ';'.
This commit is contained in:
@ -5390,7 +5390,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if ${listen_on_additional_smtp_port}: then
|
||||
if ${listen_on_additional_smtp_port}; then
|
||||
|
||||
echo ""
|
||||
warn "Please do not forget to allow incomming traffic on port \033[1m${additional_smtp_port}\033[m.
|
||||
|
Reference in New Issue
Block a user