Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-service-command' into add-se…
Browse files Browse the repository at this point in the history
…rvice-command
  • Loading branch information
mlsmaycon committed Jun 22, 2021
2 parents 1a06518 + bbfbf79 commit 20248da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ var (
//signalClient.WaitConnected()

SetupCloseHandler()
code := <-stopUP
<-stopUP
log.Println("Receive signal to stop running")
os.Exit(code)
},
}
)
Expand Down

0 comments on commit 20248da

Please sign in to comment.