JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr#!/bin/sh exec >&3 echo "--- configuration ---" if [ -x "$(which clamconf)" ]; then clamconf else for file in clamd freshclam clamav-milter; do [ ! -f "/etc/clamav/${file}.conf" ] || cat "/etc/clamav/${file}.conf" done fi echo echo "--- data dir ---" ls -l /var/lib/clamav