Skip to content

Commit

Permalink
dnscrypt-proxy: add pre-install script
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Sep 13, 2023
1 parent 2be7587 commit f5b7063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bucket/dnscrypt-proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$dnscrypt-proxy.toml\")) { Copy-Item \"$dir\\example-dnscrypt-proxy.toml\" \"$dir\\dnscrypt-proxy.toml\" }",
"persist": [
"dnscrypt-proxy.toml",
"localhost.pem"
Expand Down

0 comments on commit f5b7063

Please sign in to comment.