mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-02 09:14:39 +02: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:
parent
2093661552
commit
5b03ae4fa2
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue