mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2026-01-22 17:19: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
|
# alternative method
|
||||||
# :if ( $updateStatus = "New version is available" ) do={
|
# :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."
|
:log info "A new update is available for Router OS."
|
||||||
/tool e-mail send to="$adminEmail" \
|
/tool e-mail send to="$adminEmail" \
|
||||||
subject="Software Update is Available" \
|
subject="Software Update is Available" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue