Merge pull request #39680 from bgamari/fix-acme-post-stop
nixos/acme: Fix broken post-stop script
This commit is contained in:
commit
11df600bf8
@ -266,6 +266,10 @@ in
|
|||||||
systemctl --wait start acme-setlive-${cert}.service
|
systemctl --wait start acme-setlive-${cert}.service
|
||||||
fi
|
fi
|
||||||
'' else data.postRun}
|
'' else data.postRun}
|
||||||
|
|
||||||
|
# noop ensuring that the "if" block is non-empty even if
|
||||||
|
# activationDelay == null and postRun == ""
|
||||||
|
true
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user