diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 0da5fd907..f1157fba7 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -364,6 +364,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'