mirror of
https://github.com/angristan/openvpn-install
synced 2025-09-02 23:25:18 +00:00
style(script) format with shfmt
This commit is contained in:
@@ -209,7 +209,7 @@ function installQuestions() {
|
|||||||
|
|
||||||
# Detect public IPv4 address and pre-fill for the user
|
# Detect public IPv4 address and pre-fill for the user
|
||||||
IP=$(ip -4 addr | sed -ne 's|^.* inet \([^/]*\)/.* scope global.*$|\1|p' | head -1)
|
IP=$(ip -4 addr | sed -ne 's|^.* inet \([^/]*\)/.* scope global.*$|\1|p' | head -1)
|
||||||
if [[ -z "$IP" ]]; then
|
if [[ -z $IP ]]; then
|
||||||
# Detect public IPv6 address
|
# Detect public IPv6 address
|
||||||
IP=$(ip -6 addr | sed -ne 's|^.* inet6 \([^/]*\)/.* scope global.*$|\1|p' | head -1)
|
IP=$(ip -6 addr | sed -ne 's|^.* inet6 \([^/]*\)/.* scope global.*$|\1|p' | head -1)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user