Move folder names to match image names
This commit is contained in:
10
data/Dockerfiles/clamd/bootstrap.sh
Executable file
10
data/Dockerfiles/clamd/bootstrap.sh
Executable 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
|
Reference in New Issue
Block a user