mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
e2b56349d9
commit
667fffeb99
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue