fix RESUME

This commit is contained in:
Joey Hess 2014-04-14 14:20:10 -04:00
parent b82582caf1
commit 55102467ac
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -105,7 +105,7 @@ the webapp.
* `RESUME`
Undoes PAUSE or DISCONNECTED.
Undoes PAUSE or LOSTNET.
Start back up network connections.
* `CHANGED ref ...`