mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-19 10:17:01 +01:00
Fix lint issue
This commit is contained in:
@@ -248,7 +248,7 @@ function resolvePublicIP() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $PUBLIC_IP ]]; then
|
if [[ -z $PUBLIC_IP ]]; then
|
||||||
>&2 echo "Couldn't solve the public IP"
|
echo >&2 echo "Couldn't solve the public IP"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user