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
|
firstrun lck
|
||||||
a
|
a
|
||||||
where
|
where
|
||||||
remoteid = show (uuid r)
|
remoteid = fromUUID (uuid r)
|
||||||
run Nothing = noop
|
run Nothing = noop
|
||||||
run (Just command) = void $ liftIO $
|
run (Just command) = void $ liftIO $
|
||||||
boolSystem "sh" [Param "-c", Param command]
|
boolSystem "sh" [Param "-c", Param command]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue