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
parent cc2d60bf05
commit 3a0bcfea66

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'