Kaynağa Gözat

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

Anton Reutov 4 yıl önce
ebeveyn
işleme
3a0bcfea66
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      install/vst-install-rhel.sh

+ 5 - 0
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'