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

This commit is contained in:
Anton Reutov 2021-08-14 19:59:19 +03:00 committed by GitHub
commit 3a0bcfea66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'