mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
mod/scriptrunonce: escaping question mark is no longer required
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user