From 78da12c4da481e81c0e7a61f338fbeb0a2498937 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 21 Aug 2020 11:10:47 +0200 Subject: [PATCH] create_vhost.sh.: some minor changes on script output. --- create_vhost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_vhost.sh b/create_vhost.sh index 576f76a..f23d1d2 100755 --- a/create_vhost.sh +++ b/create_vhost.sh @@ -1141,7 +1141,7 @@ if [ -z "$_existing_vhost_config_file" ]; then continue fi else - echononl "SSL Keyfile [$__ssl_key_file]:" + echononl "SSL Keyfile [$__ssl_key_file]: " read _ssl_key_file if [ "X$_ssl_key_file" = "X" ]; then _ssl_key_file=$__ssl_key_file @@ -1166,7 +1166,7 @@ if [ -z "$_existing_vhost_config_file" ]; then continue fi else - echononl "SSL certification file [$__ssl_cert_file]:" + echononl "SSL certification file [$__ssl_cert_file]: " read _ssl_cert_file if [ "X$_ssl_cert_file" = "X" ]; then _ssl_cert_file=$__ssl_cert_file