Skip to content

Commit

Permalink
Fix unescaped quotes in manual debug curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
zcm authored and g00nix committed Nov 24, 2020
1 parent cb51b0b commit b355c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_region_and_token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b355c4c

Please sign in to comment.