Case insentitive matching #632

This commit is contained in:
Kristian Haugene
2019-03-17 22:00:14 +01:00
parent 4ed49ea4b2
commit 6bdb5d88cc
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ then
echo "/scripts/openvpn-pre-start.sh returned $?"
fi
if [[ "$OPENVPN_PROVIDER" = "NORDVPN" ]]
if [[ "${OPENVPN_PROVIDER^^}" = "NORDVPN" ]]
then
if [[ -z "$OPENVPN_CONFIG" ]]
then