mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-04 15:14:30 +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 . \
|
: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.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue