1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00
mailcow-dockerized/data/Dockerfiles/rspamd/docker-entrypoint.sh
2017-06-22 17:12:13 +02:00

6 lines
65 B
Bash
Executable File

#!/bin/bash
chown -R _rspamd:_rspamd /var/lib/rspamd
exec "$@"