Skip to content

Commit

Permalink
Fix ERROR 1002 Message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackyliang committed Feb 5, 2016
1 parent a1d27ab commit 60366db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmissionVPN/transmissionvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ repair)
if [ "$VPN_ADDR" != "$VPN_RESP" ] || [ "$VPN_PORT" == "closed" ]; then

# Show Message
echo "ERROR 1002: VPN cannot connect to the internet."
echo "ERROR 1002: VPN cannot connect to the internet or "$PORT_FWD" port is closed."

# Kill VPN connection
synovpnc kill_client
Expand Down

0 comments on commit 60366db

Please sign in to comment.