mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-06-24 18:48:38 +02:00
Update for v1.03
This commit is contained in:
parent
086e3e6f1d
commit
e694bc14f9
22 changed files with 22 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
:local InterfaceId [/interface ethernet find name=$WanInterfaceName];
|
||||
|
||||
:local UpDown "down";
|
||||
if ([:interface ethernet get $InterfaceId]->"running") do={
|
||||
if ([/interface ethernet get $InterfaceId]->"running") do={
|
||||
:set UpDown "up"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue