Update go dependencies
This commit is contained in:
parent
3fd7a14774
commit
7ab2987fd8
66 changed files with 11285 additions and 400 deletions
|
|
@ -329,7 +329,7 @@ func (n *NGINXController) Stop() error {
|
|||
|
||||
// Wait for the Nginx process disappear
|
||||
timer := time.NewTicker(time.Second * 1)
|
||||
for _ = range timer.C {
|
||||
for range timer.C {
|
||||
if !process.IsNginxRunning() {
|
||||
glog.Info("NGINX process has stopped")
|
||||
timer.Stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue