mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-24 04:44:48 +02:00
update local declaraion of Filename to global
This commit is contained in:
parent
accae352e6
commit
b297ff4bbb
6 changed files with 12 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
:local Filename "ch10-04-bad-script.rsc"
|
||||
:global Filename "ch10-04-bad-script.rsc"
|
||||
# A simple script to perform a series of tests on a
|
||||
# list of web sites.
|
||||
|
||||
|
@ -89,3 +89,4 @@
|
|||
:set DnsResolveFunc;
|
||||
:set PingIpAddressFunc;
|
||||
:set GetWebPageFunc;
|
||||
:set Filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue