forked from TrueCloudLab/certificates
7 lines
110 B
Bash
7 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# watch for the update of the cert and reload nginx
|
||
|
/src/certwatch.sh &
|
||
|
|
||
|
# Run docker CMD
|
||
|
exec "$@"
|