mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-{config,functions}: move variables, make independent
This commit is contained in:
@@ -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={
|
||||
|
Reference in New Issue
Block a user