diff --git a/openvpn-install.sh b/openvpn-install.sh index ef3cd37..b5ca9fe 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -251,7 +251,7 @@ function resolvePublicIP() { fi if [[ -z $PUBLIC_IP ]]; then - echo >&2 echo "Couldn't solve the public IP" + echo >&2 "Couldn't solve the public IP" exit 1 fi