diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 93b8438d..93a2d18a 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -374,10 +374,10 @@ if [ "$exim" = 'yes' ]; then echo -n ' - Exim4 mail server' if [ "$clamd" = 'yes' ] || [ "$spamd" = 'yes' ] ; then if [ "$clamd" = 'yes' ]; then - echo -n '+ ClamAV antivirus ' + echo -n ' + ClamAV antivirus' fi if [ "$spamd" = 'yes' ]; then - echo -n '+ SpamAssassin antispam service' + echo -n '+ SpamAssassin antispam service' fi fi echo