Update for v1.03

This commit is contained in:
Wifinigel 2023-05-29 07:47:33 +01:00
parent 086e3e6f1d
commit e694bc14f9
22 changed files with 22 additions and 22 deletions

View file

@ -25,7 +25,7 @@ if ( [:typeof $WanInterfaces] != "array") do={
:local InterfaceId [/interface/ethernet find name=$WanInterface];
:local UpDown "down";
if ([:interface/ethernet get $InterfaceId]->"running") do={
if ([/interface/ethernet get $InterfaceId]->"running") do={
:set UpDown "up"
}