Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan authored Nov 7, 2024
1 parent 93cd4ed commit 1cb0504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1cb0504

Please sign in to comment.