Fix bug in wrapper scripts parameter passing

Parameters to the wrapper scripts were passed incorrectly to
the 'curl-impersonate' binary.
This commit is contained in:
lwthiker
2022-03-04 17:11:42 +02:00
parent 979750a072
commit 2f0c0af621
4 changed files with 4 additions and 4 deletions

View File

@@ -23,4 +23,4 @@ dir=`echo "$0" | sed 's%/[^/]*$%%'`
--http2 --false-start --compressed \
--tlsv1.2 --no-npn --alps \
--cert-compression brotli \
$@
"$@"

View File

@@ -23,4 +23,4 @@ dir=`echo "$0" | sed 's%/[^/]*$%%'`
--http2 --false-start --compressed \
--tlsv1.2 --no-npn --alps \
--cert-compression brotli \
$@
"$@"

View File

@@ -19,4 +19,4 @@ dir=`echo "$0" | sed 's%/[^/]*$%%'`
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
--http2 --false-start --compressed \
$@
"$@"

View File

@@ -19,4 +19,4 @@ dir=`echo "$0" | sed 's%/[^/]*$%%'`
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
--http2 --false-start --compressed \
$@
"$@"