mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-06 05:59:36 +00:00
Compare commits
21 commits
4b9bfac281
...
57d9130b98
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57d9130b98 | ||
|
|
2c3042aec7 | ||
|
|
4f4c5c4424 | ||
|
|
f27d930739 | ||
|
|
a7cd84e1fd | ||
|
|
039d881899 | ||
|
|
32e3a66604 | ||
|
|
1d6165e2e7 | ||
|
|
83f9acc85c | ||
|
|
8dda10b2fd | ||
|
|
85d07cabf5 | ||
|
|
d186047e3d | ||
|
|
041d44226d | ||
|
|
09969d4040 | ||
|
|
dada0b6ec3 | ||
|
|
9c050bf678 | ||
|
|
dfe37620ab | ||
|
|
bd49191490 | ||
|
|
0574e752dc | ||
|
|
4b0f962b9d | ||
|
|
b70e6e7984 |
1 changed files with 2 additions and 4 deletions
|
|
@ -559,12 +559,10 @@
|
|||
:set FileGet do={
|
||||
:local FileName [ :tostr $1 ];
|
||||
|
||||
:local FileVal;
|
||||
:local FileVal false;
|
||||
:do {
|
||||
:set FileVal [ /file/get $FileName ];
|
||||
} on-error={
|
||||
:return false;
|
||||
}
|
||||
} on-error={ }
|
||||
|
||||
:return $FileVal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue