1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: do not initialize $Sent* variables

The scripts work without initialization, removing this makes sure the
value is not overwritten on global functions reload.
This commit is contained in:
Christian Hesse
2020-06-30 20:26:37 +02:00
parent 2093661552
commit 5b03ae4fa2

View File

@@ -13,9 +13,6 @@
# global variables not to be changed by user
:global GlobalFunctionsReady false;
:global Identity [ / system identity get name ];
:global SentConfigChangesNotification "-";
:global SentLteFirmwareUpgradeNotification "-";
:global SentRouterosUpdateNotification "-";
# global functions
:global CertificateAvailable;