aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--log-forward2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-forward b/log-forward
index dc2ad05..7da8a4a 100644
--- a/log-forward
+++ b/log-forward
@@ -22,7 +22,7 @@ $ScriptLock "log-forward";
$WaitFullyConnected;
-:if ($MailServerIsUp = false) do={
+:if ([ $MailServerIsUp ] = false) do={
$LogPrintExit warning ("Mail server is not up.") true;
}