From 1e60c49b19ffdccd200bd3f9abca4da59a3a761e Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 31 Mar 2017 01:49:11 +0200 Subject: [PATCH] Change output of successfully created certs for hostname - add 'https://' --- install_dehydrated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_dehydrated.sh b/install_dehydrated.sh index bb5ed1e..9e46b6e 100755 --- a/install_dehydrated.sh +++ b/install_dehydrated.sh @@ -2099,7 +2099,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then echo "" for _hostname in \$_successfully_created_hosts ; do - echo " \$_hostname" + echo " https://\$_hostname" done echo ""