mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 05:45:42 +02:00
9 lines
249 B
Text
9 lines
249 B
Text
|
:while ( $minSpeed = 0 ) do={
|
||
|
:delay 60s;
|
||
|
# :log info "Minimum speed hasn't reached, yet."
|
||
|
}
|
||
|
# :log info "Minimum speed has reached."
|
||
|
|
||
|
# :delay 900s; :if ($minSpeed = 0) do={ :log error "No (stable) internet for 15 minutes"; :error "see log" }
|
||
|
|