nginx-certbot/scripts/entrypoint.sh

7 lines
95 B
Bash
Raw Normal View History

2017-01-02 05:34:59 +00:00
#!/bin/bash
2017-01-20 02:17:56 +00:00
trap "exit" INT TERM
trap "kill 0" EXIT
/scripts/run_certbot.sh && cron -f &
wait