Update vst-install-debian.sh

This commit is contained in:
myvesta 2020-07-26 02:48:43 +02:00 committed by GitHub
parent e2b56349d9
commit 667fffeb99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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