mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
4 lines
46 B
Bash
Executable file
4 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export MASTER_USER=$USER
|
|
exec "$@"
|