mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-24 11:29:30 +00:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
|
@ -15,7 +15,8 @@ if ( [:typeof $WanInterfaces] = "nothing") do={
|
|||
|
||||
# Is the variable an array data type?
|
||||
if ( [:typeof $WanInterfaces] != "array") do={
|
||||
:error "The WanInterfaces global variable is not an array data type. Exiting."
|
||||
:error "The WanInterfaces global variable is not an array data \
|
||||
type. Exiting."
|
||||
}
|
||||
|
||||
# Let's step through the interfaces in the array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue