From b81380ebaa1ff83d227c5f98abe4f8c11c484af6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 03:12:51 -0700 Subject: [PATCH] updated IP4 preamble and question --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index e635b1c..ee69d66 100644 --- a/setup.sh +++ b/setup.sh @@ -55,11 +55,11 @@ echo -e "You may exit this script at any prompt by typing 'X'${norm}\n" ### get local IP address -echo -e "\n${mag}In cases where this server will be acting as a (reverse) proxy,NGINX" +echo -e "\n${mag}In cases where this server will be acting as a (reverse) proxy, NGINX" echo "needs to know it's own local IP address so that the logs can properly reflect" echo -e "the IP of the remote system(s) instead of this server.${norm}\n" while true; do - read -p "What is this NGINX machine's primary local IP4 address? (${detectedIP}) " inputIP + read -p "What is this machine's local IP4 address? (${detectedIP}) " inputIP case "${inputIP}" in '') IP4="${detectedIP}"