Browse Source

Added ''LE SSL for hostname'' to section about the software being installed

Anton Reutov 4 years ago
parent
commit
e01adf78f8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      install/vst-install-amazon.sh

+ 5 - 0
install/vst-install-amazon.sh

@@ -357,6 +357,11 @@ if [ "$proftpd" = 'yes' ]; then
     echo '   - ProFTPD FTP Server'
     echo '   - ProFTPD FTP Server'
 fi
 fi
 
 
+# LE SSL for hostname
+if [ "$ssl" = 'yes' ]; then
+    echo '   - LE SSL for hostname'
+fi
+
 # Softaculous
 # Softaculous
 if [ "$softaculous" = 'yes' ]; then
 if [ "$softaculous" = 'yes' ]; then
     echo '   - Softaculous Plugin'
     echo '   - Softaculous Plugin'