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