Extra speces removed.
This commit is contained in:
Tomas Abad 2023-05-31 17:49:58 +02:00
parent e694bc14f9
commit 9914cf5e18
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
:foreach s in=$w do={
:local i [:resolve $s];
:local p [/ping $i count=3 ];
:local p [/ping $i count=3];
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
as-value keep-result=no];

View file

@ -13,7 +13,7 @@
:local i [:resolve $s];
# try pinging the IP address of this site
:local p [/ping $i count=3 ];
:local p [/ping $i count=3];
# try fetching the web page of this site
:local u [/tool fetch url=("https://$s") mode=https http-method=get \

View file

@ -13,7 +13,7 @@
:local IpAddress [:resolve $SiteName];
# try pinging the IP address of this site
:local PingResult [/ping $IpAddress count=3 ];
:local PingResult [/ping $IpAddress count=3];
# try getting the web page of this site
:local UrlFetch [/tool fetch url=("https://$SiteName") mode=https \

View file

@ -4,7 +4,7 @@
:foreach s in=$w do={
:local i [:resolve $s];
:local p [/ping $i count=3 ];
:local p [/ping $i count=3];
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
as-value keep-result=no];

View file

@ -13,7 +13,7 @@
:local i [:resolve $s];
# try pinging the IP address of this site
:local p [/ping $i count=3 ];
:local p [/ping $i count=3];
# try fetching the web page of this site
:local u [/tool fetch url=("https://$s") mode=https http-method=get \

View file

@ -13,7 +13,7 @@
:local IpAddress [:resolve $SiteName];
# try pinging the IP address of this site
:local PingResult [/ping $IpAddress count=3 ];
:local PingResult [/ping $IpAddress count=3];
# try getting the web page of this site
:local UrlFetch [/tool fetch url=("https://$SiteName") mode=https \