mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 16:04:31 +08:00
6 lines
65 B
Bash
6 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chown -R _rspamd:_rspamd /var/lib/rspamd
|
||
|
|
||
|
exec "$@"
|