fix RESUME
This commit is contained in:
parent
b82582caf1
commit
55102467ac
2 changed files with 3 additions and 3 deletions
|
@ -76,10 +76,10 @@ runController ichan ochan = do
|
|||
-- ssh remotes, it's only done once)
|
||||
liftAnnex h forceSshCleanup
|
||||
broadcast LOSTNET m
|
||||
go h True M.empty
|
||||
go h True m
|
||||
PAUSE -> do
|
||||
broadcast STOP m
|
||||
go h True M.empty
|
||||
go h True m
|
||||
RESUME -> do
|
||||
when paused $
|
||||
startrunning m
|
||||
|
|
|
@ -105,7 +105,7 @@ the webapp.
|
|||
|
||||
* `RESUME`
|
||||
|
||||
Undoes PAUSE or DISCONNECTED.
|
||||
Undoes PAUSE or LOSTNET.
|
||||
Start back up network connections.
|
||||
|
||||
* `CHANGED ref ...`
|
||||
|
|
Loading…
Reference in a new issue