mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global: remove unused variables
This commit is contained in:
parent
9f4b6fac44
commit
1bbbe3a5a7
7 changed files with 0 additions and 14 deletions
|
@ -5,8 +5,6 @@
|
||||||
# check for certificate validity
|
# check for certificate validity
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
# check for RouterOS update, send notification e-mails
|
# check for RouterOS update, send notification e-mails
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
:global "safe-update-url";
|
:global "safe-update-url";
|
||||||
:global "sent-routeros-update-notification";
|
:global "sent-routeros-update-notification";
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
# !! Do not edit this file, it is generated from template!
|
# !! Do not edit this file, it is generated from template!
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
# !! Do not edit this file, it is generated from template!
|
# !! Do not edit this file, it is generated from template!
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
# !! or 'interface wireless'!
|
# !! or 'interface wireless'!
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
# update daily PSK (pre shared key)
|
# update daily PSK (pre shared key)
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
:global "daily-psk-match-comment";
|
:global "daily-psk-match-comment";
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
# forward SMS to e-mail
|
# forward SMS to e-mail
|
||||||
|
|
||||||
:global "identity";
|
:global "identity";
|
||||||
:global "email-general-to";
|
|
||||||
:global "email-general-cc";
|
|
||||||
|
|
||||||
:global SendNotification;
|
:global SendNotification;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue