mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Added ''LE SSL for hostname'' to section about the software being installed
This commit is contained in:
parent
a6884ad898
commit
e01adf78f8
1 changed files with 5 additions and 0 deletions
|
@ -357,6 +357,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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue