From 2036f4b1189650486d29a552d974bb3ba5c5e13a Mon Sep 17 00:00:00 2001 From: dpeca Date: Sun, 25 Aug 2019 23:01:33 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index d6b17c70..52c0fdd3 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1516,8 +1516,8 @@ if [ "$host_ip" != "$ip" ]; then echo "***** PROBLEM: Hostname $servername is not pointing to your server (IP address $ip)" echo "Without pointing your hostname to your IP, LetsEncrypt SSL will not be generated for your server hostname." echo "Try to point your hostname $servername to IP address $ip and then press ENTER." - echo "For forcing LetsEncrypt installation press f and then ENTER." - read -p "If we detect that hostname is still not pointing to your IP, installer will skip LetsEncrypt installation." answer + echo "If we detect that hostname is still not pointing to your IP, installer will skip LetsEncrypt installation." + read -p "For forcing LetsEncrypt installation press f and then ENTER." answer host_ip=$(host $servername | head -n 1 | awk '{print $NF}') fi if [ "$answer" = "f" ]; then