Skip to content
Commit 7d68eadf authored by Ben Gamari's avatar Ben Gamari
Browse files

nixos/acme: Fix broken post-stop script

Previously the script would contain an empty `if` block (which is invalid
syntax) if both `data.activationDelay == null` and `data.postRun == ""`. Fix
this by adding a no-op `true`.
parent 7139c65c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment