From 798a0bb62ca398488bfd8c9b3143b104950776e4 Mon Sep 17 00:00:00 2001 From: Alessandro Partesotti Date: Mon, 24 Apr 2023 18:50:01 +0200 Subject: [PATCH] minor empty echo --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 42abdec..1a88205 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -310,7 +310,7 @@ function installQuestions() { PROTOCOL="tcp" ;; esac - + echo "" echo "Do wou want to specify a custom LAN network an subnet?" echo " 1) NO (will use 10.8.0.0 and 255.255.255.0)" echo " 2) YES"