Move folder names to match image names

This commit is contained in:
andryyy
2017-06-25 00:21:24 +02:00
parent 3be99d7f89
commit 8590cc577b
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
trap "kill 0" SIGINT
touch /var/log/clamav/clamd.log /var/log/clamav/freshclam.log
chown -R clamav:clamav /var/log/clamav/
freshclam -d &
clamd &
tail -f /var/log/clamav/clamd.log /var/log/clamav/freshclam.log