mod/scriptrunonce: escaping question mark is no longer required

This commit is contained in:
Christian Hesse 2023-06-26 11:17:24 +02:00
parent a1b896a5d3
commit 0502cf17c9

View file

@ -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;
}