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