mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-13 11:34:32 +02:00
tcode tidy & correct image names
This commit is contained in:
parent
f3beb2ed9b
commit
4548f7c5c1
55 changed files with 18 additions and 18 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
:do {
|
||||
$DebugFunc "Looking up IP of site name...";
|
||||
:local SiteIpAddr [/resolve $WebSiteName];
|
||||
:local SiteIpAddr [:resolve $WebSiteName];
|
||||
$DebugFunc $SiteIpAddr;
|
||||
:return $SiteIpAddr;
|
||||
} on-error={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue