diff --git a/cmd/start.go b/cmd/start.go index 4f4d523..486f051 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -71,8 +71,6 @@ func start(c *cobra.Command, args []string) { } } - cmd.Wait() - pinfo, _ := getProcessByPid(pid) fmt.Println(pinfo) if pinfo == "" {