Привет, условие `else` в `if` не работает.
```
:if ([/interface get $inetinterface value-name=running]) do={
:log info "SkriptOVPNpushRoute: currentIP = $previousIPovpn";
} else={
:log info "SkriptOVPNpushRoute:$inetinterface is not currently running, so therefore will not update.";
}
```
Может, я что-то делаю не так?
mfg Klaus
```
:if ([/interface get $inetinterface value-name=running]) do={
:log info "SkriptOVPNpushRoute: currentIP = $previousIPovpn";
} else={
:log info "SkriptOVPNpushRoute:$inetinterface is not currently running, so therefore will not update.";
}
```
Может, я что-то делаю не так?
mfg Klaus