typo
This commit is contained in:
parent
7f2e7fa271
commit
249ddb5953
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue