Merge pull request #1340 from haugene/fix-nordvpn-script
Fix for invalid URLs generated when setting OPENVPN_CONFIG
This commit is contained in:
		| @@ -43,9 +43,7 @@ then | ||||
|  | ||||
|     if [[ -n $OPENVPN_CONFIG ]] | ||||
|     then | ||||
|       tmp_Protocol="${OPENVPN_CONFIG##*.}" | ||||
|       export NORDVPN_PROTOCOL=${tmp_Protocol^^} | ||||
|       echo "Setting NORDVPN_PROTOCOL to: ${NORDVPN_PROTOCOL}" | ||||
|       echo "Downloading user specified config. NORDVPN_PROTOCOL is set to: ${NORDVPN_PROTOCOL}" | ||||
|       ${VPN_PROVIDER_CONFIGS}/updateConfigs.sh --openvpn-config | ||||
|     elif [[ -n $NORDVPN_COUNTRY ]] | ||||
|     then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user