mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-16 01:24:28 +02:00
5 lines
222 B
Text
5 lines
222 B
Text
/system package update check-for-updates once; :delay 10s;
|
|
|
|
:if ( [get status] = "New version is available") do={
|
|
/tool e-mail send to="$emailAddress" subject="[Mikrotik] A new update is available" body="See subject!"
|
|
}
|