summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kiki.hs b/lib/Kiki.hs
index be15224..6b4ee83 100644
--- a/lib/Kiki.hs
+++ b/lib/Kiki.hs
@@ -235,7 +235,7 @@ refreshCache rt rootdir = do
235 -- sshspathpub0 = fromMaybe "" rootdir ++ "/etc/ssh/ssh_host_rsa_key.pub" 235 -- sshspathpub0 = fromMaybe "" rootdir ++ "/etc/ssh/ssh_host_rsa_key.pub"
236 -- contactipsec0 = fromMaybe "" rootdir ++ "/etc/ipsec.d/certs/%(onion).pem" 236 -- contactipsec0 = fromMaybe "" rootdir ++ "/etc/ipsec.d/certs/%(onion).pem"
237 237
238 callCommand ("rm -rf "++ mkpath "*") -- clean up, in case gpg altered the keyring. 238 readProcessWithExitCode "rm" ["-rf", mkpath "*"] "" -- clean up, in case gpg altered the keyring.
239 239
240 flip (maybe $ warn "missing working key?") (rtWorkingKey rt) $ \wk -> do 240 flip (maybe $ warn "missing working key?") (rtWorkingKey rt) $ \wk -> do
241 241