From 667fffeb994e2041665cd4f40c75d2c8deef6632 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 26 Jul 2020 02:48:43 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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