mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-08 01:41:52 +00:00
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:
@@ -19,4 +19,4 @@ dir=`echo "$0" | sed 's%/[^/]*$%%'`
|
||||
-H 'Sec-Fetch-Site: none' \
|
||||
-H 'Sec-Fetch-User: ?1' \
|
||||
--http2 --false-start --compressed \
|
||||
$@
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user