entrypoint.sh 69 B

1234567
  1. #!/bin/sh
  2. set -eu
  3. envsubst </torrc.template >/tmp/torrc
  4. exec "$@"