projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Run renew-hook as bash
[chef.git]
/
cookbooks
/
letsencrypt
/
files
/
default
/
bin
/
renew-hook
1
#!/bin/bash
2
3
domains=($RENEWED_DOMAINS)
4
5
exec /srv/acme.openstreetmap.org/bin/upload "${domains[0]}" "$RENEWED_LINEAGE"