aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-01-03 16:05:54 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-01-03 16:09:03 +0100
commit7d06a7e8c2b66a12db65130bddb3578b3f04468f (patch)
tree14856a19dfe739649b1ebf387a3032e38ac04d28 /global-functions
parent6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (diff)
global-{config,functions}: move variables, make independent
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions7
1 files changed, 6 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 2c559ae..8b98507 100644
--- a/global-functions
+++ b/global-functions
@@ -5,7 +5,12 @@
# global functions
# expected configuration version
-:global ExpectedConfigVersion 0;
+:global ExpectedConfigVersion 1;
+
+# global variables not to be changed by user
+:global "sent-routeros-update-notification" "-";
+:global "sent-lte-firmware-upgrade-notification" "-";
+:global "identity" [ / system identity get name ];
# read input from user
:global Read do={