Skip to content
Snippets Groups Projects
Commit b542b187 authored by Florian Sesser's avatar Florian Sesser
Browse files

Make path check a stronger Assertion instead of a Condition

parent 262f71d3
No related branches found
No related tags found
3 merge requests!180merge develop into production,!177merge develop into staging,!146Manage access to payment metrics
Pipeline #987 passed
......@@ -173,7 +173,7 @@ in {
# Bail if there is still an old (root-owned) DB file on this system.
# If you hit this, and this /var/db/ file is indeed current, move it to
# /var/lib/zkapissuer/vouchers.sqlite3 and chown it to zkapissuer:zkapissuer.
unitConfig.ConditionPathExists = "!/var/db/vouchers.sqlite3";
unitConfig.AssertPathExists = "!/var/db/vouchers.sqlite3";
script =
let
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment