mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-06 05:59:36 +00:00
Compare commits
21 commits
57d9130b98
...
4b9bfac281
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b9bfac281 | ||
|
|
5140135c95 | ||
|
|
253ecfef88 | ||
|
|
c22fbaac69 | ||
|
|
2a44fa6853 | ||
|
|
7410b366d4 | ||
|
|
2de98789a2 | ||
|
|
11e2aef5d8 | ||
|
|
9efc5047d0 | ||
|
|
0014674260 | ||
|
|
479638688d | ||
|
|
4e8f9119e9 | ||
|
|
42213493e7 | ||
|
|
7057fec1d9 | ||
|
|
5f03239291 | ||
|
|
b5e6b97c43 | ||
|
|
4a49a9724c | ||
|
|
70111614ea | ||
|
|
ffeb4940e1 | ||
|
|
dcf1e5b37e | ||
|
|
56ee1056d1 |
1 changed files with 4 additions and 2 deletions
|
|
@ -559,10 +559,12 @@
|
|||
:set FileGet do={
|
||||
:local FileName [ :tostr $1 ];
|
||||
|
||||
:local FileVal false;
|
||||
:local FileVal;
|
||||
:do {
|
||||
:set FileVal [ /file/get $FileName ];
|
||||
} on-error={ }
|
||||
} on-error={
|
||||
:return false;
|
||||
}
|
||||
|
||||
:return $FileVal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue