diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-26 21:17:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-27 09:14:36 +0200 |
commit | 3bdaf6e45d6f7d0edf573e0c756b5778e18d8ac1 (patch) | |
tree | 8deddf42f66357aa09cc5b04f048e078666b8f99 /mod/scriptrunonce.rsc | |
parent | 640b8fd401eae8ff90bfcbb13f683326f522eabe (diff) | |
parent | cc5820ed90a349a5a607dd93ea54d41e214308e0 (diff) |
Merge branch 'no-escape-question-mark' into next
Diffstat (limited to 'mod/scriptrunonce.rsc')
-rw-r--r-- | mod/scriptrunonce.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/scriptrunonce.rsc b/mod/scriptrunonce.rsc index 376e778..199d852 100644 --- a/mod/scriptrunonce.rsc +++ b/mod/scriptrunonce.rsc @@ -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; } |