Fix variable syntax

This commit is contained in:
Pothi Kalimuthu 2025-12-17 06:50:27 +05:30
parent 4fb9a237f8
commit 7b7608f521
No known key found for this signature in database
GPG key ID: 57069303D36E3093

View file

@ -38,7 +38,7 @@ check-for-updates once
# alternative method
# :if ( $updateStatus = "New version is available" ) do={
:if ( installedVersion != $latestVersion ) do={
:if ( $installedVersion != $latestVersion ) do={
:log info "A new update is available for Router OS."
/tool e-mail send to="$adminEmail" \
subject="Software Update is Available" \