mirror of https://github.com/perkeep/perkeep.git
devcam: handle failed camlistored execution.
Issue https://camlistore.org/issue/208 Change-Id: Ie5bf46d13023bc82f7e2934947393708c9308915
This commit is contained in:
parent
d662024fcf
commit
ef4719a78c
|
@ -364,6 +364,5 @@ func (c *serverCmd) RunCommand(args []string) error {
|
|||
return fmt.Errorf("Could not start camlistored: %v", err)
|
||||
}
|
||||
go handleSignals(cmd.Process)
|
||||
cmd.Wait()
|
||||
return nil
|
||||
return cmd.Wait()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue