mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
mod/scriptrunonce: RouterOS v7 path syntax
This commit is contained in:
parent
20b5ca4918
commit
2f46495be1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
:local Source;
|
:local Source;
|
||||||
:do {
|
:do {
|
||||||
:set Source ([ / tool fetch check-certificate=yes-without-crl $Script output=user as-value ]->"data");
|
:set Source ([ /tool/fetch check-certificate=yes-without-crl $Script output=user as-value ]->"data");
|
||||||
} on-error={
|
} on-error={
|
||||||
$LogPrintExit2 warning $0 ("Failed fetching script '" . $Script . "'!") false;
|
$LogPrintExit2 warning $0 ("Failed fetching script '" . $Script . "'!") false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue