From a6884ad89814ae672bb59bc78bdd746b8b3ebbec Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sat, 14 Aug 2021 20:01:30 +0300 Subject: [PATCH] Added ''LE SSL for hostname'' to section about the software being installed --- install/vst-install-debian.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 40c6bde42..d6e5f6b21 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -381,6 +381,11 @@ if [ "$proftpd" = 'yes' ]; then echo ' - ProFTPD FTP Server' fi +# LE SSL for hostname +if [ "$ssl" = 'yes' ]; then + echo ' - LE SSL for hostname' +fi + # Softaculous if [ "$softaculous" = 'yes' ]; then echo ' - Softaculous Plugin'