From 3a0bcfea6652e3fdb6b2b745e0bc5194ee5350a0 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sat, 14 Aug 2021 19:59:19 +0300 Subject: [PATCH] Added ''LE SSL for hostname'' to section about the software being installed --- install/vst-install-rhel.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 35c2dbaa0..695a63851 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -363,6 +363,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'