fix option name
This commit is contained in:
parent
c80bc53960
commit
5b70eac659
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ runActivity :: ScheduledActivity -> Assistant ()
|
||||||
runActivity (ScheduledSelfFsck _ d) = do
|
runActivity (ScheduledSelfFsck _ d) = do
|
||||||
program <- liftIO $ readProgramFile
|
program <- liftIO $ readProgramFile
|
||||||
void $ liftIO $ niceShell $
|
void $ liftIO $ niceShell $
|
||||||
program ++ " fsck --incremental-schedule=1d --duration=" ++ fromDuration d
|
program ++ " fsck --incremental-schedule=1d --time-limit=" ++ fromDuration d
|
||||||
runActivity (ScheduledRemoteFsck _ _ _) =
|
runActivity (ScheduledRemoteFsck _ _ _) =
|
||||||
debug ["remote fsck not implemented yet"]
|
debug ["remote fsck not implemented yet"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue