From 74dcf678448f08a3b59965762129796aea3bbfc3 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 4 Dec 2025 18:06:53 +0100 Subject: [PATCH] fix: remove duplicate echo in resolvePublicIP error message --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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