This website requires JavaScript.
Explore
Help
Sign In
docker
/
nginx-certbot
Watch
1
Star
0
Fork
You've already forked nginx-certbot
0
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
e8f4c77ed7
nginx-certbot
/
scripts
/
entrypoint.sh
7 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Just mess it all up
2017-01-02 05:34:59 +00:00
#!/bin/bash
More better error handling!
2017-01-20 02:17:56 +00:00
trap
"exit"
INT TERM
trap
"kill 0"
EXIT
/scripts/run_certbot.sh
&&
cron -f
&
wait