aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-06-30 20:26:37 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-06-30 20:26:37 +0200
commit5b03ae4fa2a914c589a83add2a30549fa4847227 (patch)
treec90de048813532423ab63b088963394debec6e1f
parent2093661552c1da7ed4b81875eee39bc5e1167698 (diff)
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.
-rw-r--r--global-functions3
1 files changed, 0 insertions, 3 deletions
diff --git a/global-functions b/global-functions
index f529511..c66f39f 100644
--- a/global-functions
+++ b/global-functions
@@ -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;