From e01adf78f8243b7e142967d2ab5799477103c7d9 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sat, 14 Aug 2021 20:04:21 +0300 Subject: [PATCH] Added ''LE SSL for hostname'' to section about the software being installed --- install/vst-install-amazon.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/vst-install-amazon.sh b/install/vst-install-amazon.sh index d3067462f..c7a1b1f12 100644 --- a/install/vst-install-amazon.sh +++ b/install/vst-install-amazon.sh @@ -357,6 +357,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'