mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
mod/scriptrunonce: escaping question mark is no longer required
This commit is contained in:
parent
a1b896a5d3
commit
0502cf17c9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
:global ValidateSyntax;
|
:global ValidateSyntax;
|
||||||
|
|
||||||
:foreach Script in=$Scripts do={
|
:foreach Script in=$Scripts do={
|
||||||
:if (!($Script ~ "^(ftp|https\?|sftp)://")) do={
|
:if (!($Script ~ "^(ftp|https?|sftp)://")) do={
|
||||||
:if ([ :len $ScriptRunOnceBaseUrl ] = 0) do={
|
:if ([ :len $ScriptRunOnceBaseUrl ] = 0) do={
|
||||||
$LogPrintExit2 warning $0 ("Script '" . $Script . "' is not an url and base url is not available.") true;
|
$LogPrintExit2 warning $0 ("Script '" . $Script . "' is not an url and base url is not available.") true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue