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)
|
-- ssh remotes, it's only done once)
|
||||||
liftAnnex h forceSshCleanup
|
liftAnnex h forceSshCleanup
|
||||||
broadcast LOSTNET m
|
broadcast LOSTNET m
|
||||||
go h True M.empty
|
go h True m
|
||||||
PAUSE -> do
|
PAUSE -> do
|
||||||
broadcast STOP m
|
broadcast STOP m
|
||||||
go h True M.empty
|
go h True m
|
||||||
RESUME -> do
|
RESUME -> do
|
||||||
when paused $
|
when paused $
|
||||||
startrunning m
|
startrunning m
|
||||||
|
|
|
@ -105,7 +105,7 @@ the webapp.
|
||||||
|
|
||||||
* `RESUME`
|
* `RESUME`
|
||||||
|
|
||||||
Undoes PAUSE or DISCONNECTED.
|
Undoes PAUSE or LOSTNET.
|
||||||
Start back up network connections.
|
Start back up network connections.
|
||||||
|
|
||||||
* `CHANGED ref ...`
|
* `CHANGED ref ...`
|
||||||
|
|
Loading…
Reference in a new issue