mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:36 +02:00
fix typos: 'at lease' -> 'at least'
This commit is contained in:
parent
b3de1fad34
commit
3002990319
4 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ Just install the script:
|
|||
|
||||
/system/scheduler/add name=ip-addr-bridge on-event="/system/script/run ip-addr-bridge;" start-time=startup;
|
||||
|
||||
This will disable IP addresses on bridges without at lease one running port.
|
||||
This will disable IP addresses on bridges without at least one running port.
|
||||
The IP address is enabled if at least one port is running.
|
||||
|
||||
Note that IP addresses on bridges without a single port (acting as loopback
|
||||
|
|
|
@ -1031,7 +1031,7 @@
|
|||
:return true;
|
||||
}
|
||||
|
||||
# send notification via e-mail - expects at lease two string arguments
|
||||
# send notification via e-mail - expects at least two string arguments
|
||||
:set SendEMail do={
|
||||
:global SendEMail2;
|
||||
|
||||
|
@ -1047,7 +1047,7 @@
|
|||
($NotificationFunctions->"email") ("\$NotificationFunctions->\"email\"") $Notification;
|
||||
}
|
||||
|
||||
# send notification via NotificationFunctions - expects at lease two string arguments
|
||||
# send notification via NotificationFunctions - expects at least two string arguments
|
||||
:set SendNotification do={
|
||||
:global SendNotification2;
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
# send notification via Matrix - expects at lease two string arguments
|
||||
# send notification via Matrix - expects at least two string arguments
|
||||
:set SendMatrix do={
|
||||
:global SendMatrix2;
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
# send notification via telegram - expects at lease two string arguments
|
||||
# send notification via telegram - expects at least two string arguments
|
||||
:set SendTelegram do={
|
||||
:global SendTelegram2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue