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

This commit is contained in:
Anton Reutov
2021-08-14 20:01:30 +03:00
committed by GitHub
parent 3a0bcfea66
commit a6884ad898

View File

@@ -381,6 +381,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'