nixcfg/cluster/prod/app/matrix/build/matrix-synapse/entrypoint.sh
2022-08-25 01:02:16 +02:00

4 lines
52 B
Bash
Executable file

#!/bin/sh
. /root/matrix-env/bin/activate
exec "$@"