From 35894bc4fcbc760a21d9780afb0b3966ac27228f Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 7 Nov 2019 20:12:23 +0000 Subject: [PATCH] Minor: messages --- installers/mkcert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/mkcert.sh b/installers/mkcert.sh index 453f0724..0de09b0c 100755 --- a/installers/mkcert.sh +++ b/installers/mkcert.sh @@ -24,11 +24,11 @@ function config_installation() { echo -e fi - echo -n "Install to Lighttpd SSL directory: ${lighttpd_ssl}? [y/N]: " + echo -n "Install to lighttpd SSL directory: ${lighttpd_ssl}? [y/N]: " if [ $assume_yes == 0 ]; then read answer if [[ $answer != "y" ]]; then - read -e -p "Enter alternate Lighttpd SSL directory: " -i "${lighttpd_ssl}" lighttpd_ssl + read -e -p "Enter alternate lighttpd SSL directory: " -i "${lighttpd_ssl}" lighttpd_ssl fi else echo -e