From 1cb0504341cb55eaea83b36977f928d2c2ba49ae Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 7 Nov 2024 20:44:56 +0100 Subject: [PATCH] Fix lint issue --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7a90a57..58b99ae 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -248,7 +248,7 @@ function resolvePublicIP() { fi if [[ -z $PUBLIC_IP ]]; then - >&2 echo "Couldn't solve the public IP" + echo >&2 echo "Couldn't solve the public IP" exit 1 fi