diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-10 21:49:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-10 21:49:46 +0200 |
commit | 1bbbe3a5a7dfb2b45d77e6c6c8c1f95bc533f935 (patch) | |
tree | 5534b038d55e8f20c0ee5f8a428939c43275d7e6 /check-routeros-update | |
parent | 9f4b6fac4400e4cd92e8b88c58fac55d3a112d24 (diff) |
global: remove unused variables
Diffstat (limited to 'check-routeros-update')
-rw-r--r-- | check-routeros-update | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/check-routeros-update b/check-routeros-update index 0c39daa..3f67c78 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -5,8 +5,6 @@ # check for RouterOS update, send notification e-mails :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global "safe-update-url"; :global "sent-routeros-update-notification"; |