mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-20 21:35:43 +02:00
8 lines
249 B
Text
8 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" }
|
|
|