mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-07 08:34:32 +02:00
global-{config,functions}: move variables, make independent
This commit is contained in:
parent
6e03a3b935
commit
7d06a7e8c2
4 changed files with 12 additions and 9 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue