mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2026-01-20 08:09:34 +00:00
Fix variable syntax
This commit is contained in:
parent
4fb9a237f8
commit
7b7608f521
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue