mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-29 20:54:28 +02:00
script-updates: prefix variable name with dollar
This commit is contained in:
parent
b5f4c2c87e
commit
38b23ddc10
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
:local NotificationMessage ("Current configuration on " . $Identity . \
|
||||
" is out of date. Please update " . $ConfigScript . ", then increase " . \
|
||||
"variable GlobalConfigVersion (currently " . $GlobalConfigVersion . \
|
||||
"\$GlobalConfigVersion (currently " . $GlobalConfigVersion . \
|
||||
") to " . $ExpectedConfigVersion . " and re-run " . $ConfigScript . ".");
|
||||
|
||||
:log debug ("Fetching changelog.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue