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