[ClamAV] Add directory to make bootstrap not complain about missing directories

This commit is contained in:
André Peters
2018-02-26 09:19:14 +01:00
parent d9e458daee
commit 3829135d93
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ if [[ "${SKIP_CLAMD}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
fi
# Create log pipes
mkdir /var/log/clamav
touch /var/log/clamav/clamd.log /var/log/clamav/freshclam.log
mkfifo -m 600 /tmp/logpipe_clamd
mkfifo -m 600 /tmp/logpipe_freshclam