check for unstaged old symlinks in the sanity checker
This commit is contained in:
parent
4b9b9b4947
commit
8919c2e4da
3 changed files with 39 additions and 14 deletions
|
@ -77,7 +77,7 @@ writeDaemonStatusFile file status =
|
|||
[ "lastRunning:" ++ show now
|
||||
, "scanComplete:" ++ show (scanComplete status)
|
||||
, "sanityCheckRunning:" ++ show (sanityCheckRunning status)
|
||||
, "lastSanityCheck:" ++ show (lastSanityCheck status)
|
||||
, "lastSanityCheck:" ++ maybe "" show (lastSanityCheck status)
|
||||
]
|
||||
|
||||
readDaemonStatusFile :: FilePath -> IO DaemonStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue