Explorar o código

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

Anton Reutov %!s(int64=4) %!d(string=hai) anos
pai
achega
3a0bcfea66
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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'