mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
mod/scriptrunonce: RouterOS v7 path syntax
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
:local Source;
|
||||
: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={
|
||||
$LogPrintExit2 warning $0 ("Failed fetching script '" . $Script . "'!") false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user