mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-31 16:24:55 +02:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
@ -24,6 +24,6 @@ if ( $WanPingCount = 0) do={
|
|||
}
|
||||
|
||||
if ( ($WanPingCount < $PingCount) and ($WanPingCount > 0) ) do={
|
||||
:log warning "The Internet connection may be degraded. (Ping result: \
|
||||
$WanPingCount/$PingCount)";
|
||||
:log warning "The Internet connection may be degraded. (Ping \
|
||||
result: $WanPingCount/$PingCount)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue