This commit is contained in:
Joey Hess 2016-12-18 17:13:06 -04:00
parent 7f2e7fa271
commit 249ddb5953
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 3 additions and 3 deletions

View file

@ -166,7 +166,7 @@ performPairing remotename addrs = do
case Wormhole.toCode l of
Just code
| code /= ourcode -> do
putStrLn "Pairing in process..."
putStrLn "Exchanging pairing data..."
return code
| otherwise -> do
putStrLn "Oops -- You entered this repository's pairing code. We need the pairing code of the *other* repository."

View file

@ -70,7 +70,7 @@ addHiddenService uid ident = do
-- service and generate the hostname file for it.
reloaded <- anyM (uncurry boolSystem)
[ ("systemctl", [Param "reload", Param "tor"])
, ("sefvice", [Param "tor", Param "reload"])
, ("service", [Param "tor", Param "reload"])
]
unless reloaded $
giveup "failed to reload tor, perhaps the tor service is not running"