mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
script-updates: prefix variable name with dollar
This commit is contained in:
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
:local NotificationMessage ("Current configuration on " . $Identity . \
|
:local NotificationMessage ("Current configuration on " . $Identity . \
|
||||||
" is out of date. Please update " . $ConfigScript . ", then increase " . \
|
" is out of date. Please update " . $ConfigScript . ", then increase " . \
|
||||||
"variable GlobalConfigVersion (currently " . $GlobalConfigVersion . \
|
"\$GlobalConfigVersion (currently " . $GlobalConfigVersion . \
|
||||||
") to " . $ExpectedConfigVersion . " and re-run " . $ConfigScript . ".");
|
") to " . $ExpectedConfigVersion . " and re-run " . $ConfigScript . ".");
|
||||||
|
|
||||||
:log debug ("Fetching changelog.");
|
:log debug ("Fetching changelog.");
|
||||||
|
Reference in New Issue
Block a user