Your IP : 216.73.216.155


Current Path : /usr/share/bug/clamav-freshclam/
Upload File :
Current File : //usr/share/bug/clamav-freshclam/script

#!/bin/sh

exec >&3

echo "--- configuration ---"
if [ -x "$(which clamconf)" ]; then
  clamconf
else
  for file in clamd freshclam; do
    [ ! -f "/etc/clamav/${file}.conf" ] || cat "/etc/clamav/${file}.conf" 
  done
fi

echo
echo "--- data dir ---"
ls -l /var/lib/clamav