Fix verify script

Authored by: bashonly
pull/13997/head
bashonly 5 days ago
parent 28171227d0
commit 340b25acfa
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -3,7 +3,7 @@ set -exuo
chmod +x /build/${EXE_NAME} chmod +x /build/${EXE_NAME}
if [ -n "${EXCLUDE_CURL_CFFI:-}" ]; then if [ -z "${EXCLUDE_CURL_CFFI:-}" ]; then
/build/${EXE_NAME} -v --print-traffic -o- --impersonate chrome "https://tls.browserleaks.com/json" | cat /build/${EXE_NAME} -v --print-traffic -o- --impersonate chrome "https://tls.browserleaks.com/json" | cat
fi fi

Loading…
Cancel
Save