aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-09-28 19:56:45 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-09-28 19:56:45 +0200
commitd53cf3e8e76d5f9205742090875694da8542443f (patch)
tree05075a17060a7cf428b1ceba236fb7fbfc0c5c9c
parentb0db9c7d52ff9b4aa5b046f737ed055211e0edca (diff)
log-forward: fix usage of function
-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;
}