mirror of
https://github.com/furaihan/simple-mikrotik-script.git
synced 2025-06-21 05:45:43 +02:00
fix #2
This commit is contained in:
parent
17c4408c29
commit
fcc796dd39
2 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@
|
|||
}
|
||||
:if ($hundred2 = $hundred) do={:set hundred2 ($hundred2 + $hour + 1)}
|
||||
:if (($hundred3 = $hundred) or ($hundred3 = $hundred2)) do={ :set hundred3 ($hundred3 + $second)}
|
||||
:if ($minute + $second - $hour < 5) do={
|
||||
:set second ($second + 25)
|
||||
:if ($minute + $utsec - $hour < 5) do={
|
||||
:set utsec ($utsec + 25)
|
||||
:set minute ($minute + 60)
|
||||
} else={
|
||||
:nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue