mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 12:42:41 +01:00
fix: remove duplicate echo in resolvePublicIP error message
This commit is contained in:
committed by
Stanislas
parent
a680d1f7e3
commit
74dcf67844
@@ -251,7 +251,7 @@ function resolvePublicIP() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $PUBLIC_IP ]]; then
|
if [[ -z $PUBLIC_IP ]]; then
|
||||||
echo >&2 echo "Couldn't solve the public IP"
|
echo >&2 "Couldn't solve the public IP"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user