Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Implem…
Browse files Browse the repository at this point in the history
…ent bootstrapper spec(#4096)
  • Loading branch information
Yevhenii Voievodin committed Jun 20, 2017
1 parent 95c726f commit c98b321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agents/go-agents/bootstrapper/booter/installations.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (svi *serverInst) execute() error {
return fmt.Errorf("Installation '%s' failed, script exit code is %d", svi.installer.ID, died.ExitCode)
}
if !checker.available(svi.installer.Servers) {
fmt.Errorf("Process of installation '%s' exit code is 0 but servers are not available", svi.installer.ID)
return fmt.Errorf("Process of installation '%s' exit code is 0 but servers are not available", svi.installer.ID)
}
return nil
}
Expand Down
2 changes: 1 addition & 1 deletion agents/go-agents/bootstrapper/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func init() {
flag.IntVar(
&CheckServersPeriodSec,
"server-check-period",
3, // 2m
3,
`Time(in seconds) between servers availability checks.
Once servers for one installer available - checks stopped`,
)
Expand Down

0 comments on commit c98b321

Please sign in to comment.