1
0
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:
Christian Hesse
2020-02-05 17:09:30 +01:00
parent b5f4c2c87e
commit 38b23ddc10

View File

@ -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.");