mirror of
https://github.com/fergalmoran/mailcow-dockerized.git
synced 2026-03-12 00:17:46 +00:00
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
chown -R _rspamd:_rspamd /var/lib/rspamd
|
|
|
|
exec "$@"
|