fix name of lock file
It was the stringification of a UUID, so "UUID \"foo\""
This commit is contained in:
parent
e505c03bcc
commit
b05015f772
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ runHooks r starthook stophook a = do
|
|||
firstrun lck
|
||||
a
|
||||
where
|
||||
remoteid = show (uuid r)
|
||||
remoteid = fromUUID (uuid r)
|
||||
run Nothing = noop
|
||||
run (Just command) = void $ liftIO $
|
||||
boolSystem "sh" [Param "-c", Param command]
|
||||
|
|
Loading…
Add table
Reference in a new issue