mirror of
https://github.com/pia-foss/manual-connections.git
synced 2025-02-05 14:08:29 +00:00
Fix unescaped quotes in manual debug curl command
This commit is contained in:
parent
cb51b0b79e
commit
b355c4c665
|
@ -157,8 +157,8 @@ if [ "$(echo "$generateTokenResponse" | jq -r '.status')" != "OK" ]; then
|
|||
echo "Could not get a token. Please check your account credentials."
|
||||
echo
|
||||
echo "You can also try debugging by manually running the curl command:"
|
||||
echo $ curl -vs -u "$PIA_USER:$PIA_PASS" --cacert ca.rsa.4096.crt \
|
||||
--connect-to "$bestServer_meta_hostname::$bestServer_meta_IP:" \
|
||||
echo $ curl -vs -u \"$PIA_USER:$PIA_PASS\" --cacert ca.rsa.4096.crt \
|
||||
--connect-to \"$bestServer_meta_hostname::$bestServer_meta_IP:\" \
|
||||
https://$bestServer_meta_hostname/authv3/generateToken
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user