projects
/
lets-encrypt-tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4a2bbe0
)
hooks are not mandatory
author
Ralf Jung
<post@ralfj.de>
Tue, 29 Dec 2015 13:00:56 +0000
(14:00 +0100)
committer
Ralf Jung
<post@ralfj.de>
Tue, 29 Dec 2015 13:00:56 +0000
(14:00 +0100)
letsencrypt-tiny
patch
|
blob
|
history
diff --git
a/letsencrypt-tiny
b/letsencrypt-tiny
index 658eb0739907898172e68f7765bdd2c8d186bbae..c6b4cc0b46f6f106225d06271ac8268c4b35c1ee 100755
(executable)
--- a/
letsencrypt-tiny
+++ b/
letsencrypt-tiny
@@
-35,7
+35,7
@@
def make_backup(fname):
def trigger_hook(hook):
global config
- exe = config['hooks']
[hook]
+ exe = config['hooks']
.get(hook)
if exe is not None:
subprocess.check_call([exe])