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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user