File: entrypoint.sh

package info (click to toggle)
golang-github-smallstep-certificates 0.20.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,144 kB
  • sloc: sh: 278; makefile: 170
file content (10 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Wait for renewer
sleep 10

# watch for the update of the cert and reload nginx
/certwatch.sh &

# Run docker CMD
exec "$@"