change logging
This commit is contained in:
@@ -34,8 +34,9 @@ fi
|
|||||||
pia_response=$(curl -s -f -d "user=$pia_username&pass=$pia_passwd&client_id=$pia_client_id&local_ip=$local_vpn_ip" $port_assignment_url)
|
pia_response=$(curl -s -f -d "user=$pia_username&pass=$pia_passwd&client_id=$pia_client_id&local_ip=$local_vpn_ip" $port_assignment_url)
|
||||||
|
|
||||||
# Check for curl error (curl will fail on HTTP errors with -f flag)
|
# Check for curl error (curl will fail on HTTP errors with -f flag)
|
||||||
if [ $? -ne 0 ]; then
|
ret=$?
|
||||||
echo "Encountered an error looking up new port: $?"
|
if [ $ret -ne 0 ]; then
|
||||||
|
echo "curl encountered an error looking up new port: $ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for errors in PIA response
|
# Check for errors in PIA response
|
||||||
|
Reference in New Issue
Block a user