mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-10 10:04:30 +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;
|
||||
|
||||
: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…
Add table
Add a link
Reference in a new issue