mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00: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;
|
||||
|
||||
:foreach Script in=$Scripts do={
|
||||
:if (!($Script ~ "^(ftp|https\?|sftp)://")) do={
|
||||
:if (!($Script ~ "^(ftp|https?|sftp)://")) do={
|
||||
:if ([ :len $ScriptRunOnceBaseUrl ] = 0) do={
|
||||
$LogPrintExit2 warning $0 ("Script '" . $Script . "' is not an url and base url is not available.") true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue