diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 16:13:41 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 16:45:13 +0100 |
commit | efca1ec049822e56a63fb6c772863694c3267756 (patch) | |
tree | 3d3763cf6424c53bcd82a566893da1cdca1259f5 /sms-forward | |
parent | 28db4732998da95a33a6f7698038b20a0be13473 (diff) |
global-functions: drop $MailServerIsUp
Now that we have an e-mail queue we do not care if the server is up or not.
Diffstat (limited to 'sms-forward')
-rw-r--r-- | sms-forward | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sms-forward b/sms-forward index 96a001d..3cfb3f0 100644 --- a/sms-forward +++ b/sms-forward @@ -10,7 +10,6 @@ :global IfThenElse; :global LogPrintExit; -:global MailServerIsUp; :global ScriptLock; :global SendNotification; :global SymbolForNotification; @@ -24,10 +23,6 @@ $ScriptLock "sms-forward"; $WaitFullyConnected; -:if ([ $MailServerIsUp ] = false) do={ - $LogPrintExit warning "Mail server is not up." true; -} - :local Settings [ / tool sms get ]; # forward SMS in a loop |