Skip to content

Commit 224d1cd

Browse files
committed
openshift-sdn: exit with 0 when gracefully shut down
1 parent 4dd9d7c commit 224d1cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/cmd/openshift-sdn/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func (sdn *OpenShiftSDN) Run(c *cobra.Command, errout io.Writer, stopCh chan str
116116

117117
<-stopCh
118118
time.Sleep(500 * time.Millisecond) // gracefully shut down
119-
os.Exit(1)
120119
}
121120

122121
// ValidateAndParse validates the command line options, parses the node

0 commit comments

Comments
 (0)