diff options
author | Christian Hesse <mail@eworm.de> | 2022-05-10 16:14:02 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-05-11 13:48:27 +0200 |
commit | 2f46495be164e3ec8785ed7e25d2e4fe39c33d64 (patch) | |
tree | c88ed35d3abaf6afaa5969c41406fc4e5ac47955 /mod | |
parent | 20b5ca4918b8e087c500f44c5d243feb3674e9ae (diff) |
mod/scriptrunonce: RouterOS v7 path syntax
Diffstat (limited to 'mod')
-rw-r--r-- | mod/scriptrunonce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/scriptrunonce b/mod/scriptrunonce index 3e02236..6cca175 100644 --- a/mod/scriptrunonce +++ b/mod/scriptrunonce @@ -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; } |