aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan <iandavid2000@googlemail.com>2020-07-27 11:54:06 +0200
committerGitHub <noreply@github.com>2020-07-27 11:54:06 +0200
commitdfd7736a7dd4e1ee34e64b8d8414ba7b3c337b36 (patch)
tree53cf8334d73c1858a60f85692d390e90cf733adb
parent0af7427e85d37c7a8879f55d54c09234926c929f (diff)
Add colon
-rw-r--r--wireguard-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireguard-install.sh b/wireguard-install.sh
index 40c08ce..3dfcb07 100644
--- a/wireguard-install.sh
+++ b/wireguard-install.sh
@@ -13,10 +13,10 @@ function addClient() {
fi
CLIENT_WG_IPV4="10.66.66.2"
- read -rp "Client's WireGuard IPv4 " -e -i "$CLIENT_WG_IPV4" CLIENT_WG_IPV4
+ read -rp "Client's WireGuard IPv4: " -e -i "$CLIENT_WG_IPV4" CLIENT_WG_IPV4
CLIENT_WG_IPV6="fd42:42:42::2"
- read -rp "Client's WireGuard IPv6 " -e -i "$CLIENT_WG_IPV6" CLIENT_WG_IPV6
+ read -rp "Client's WireGuard IPv6: " -e -i "$CLIENT_WG_IPV6" CLIENT_WG_IPV6
# Adguard DNS by default
CLIENT_DNS_1="176.103.130.130"