From d37acb57d11279e2c34b61f7f0d89e9c7a14b2f1 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Wed, 26 Feb 2020 08:45:08 +0200 Subject: [PATCH] CR fixes --- cmd/control/cmd/status.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/control/cmd/status.go b/cmd/control/cmd/status.go index 420d36b..796cdf4 100644 --- a/cmd/control/cmd/status.go +++ b/cmd/control/cmd/status.go @@ -35,6 +35,8 @@ var statusCmd = &cobra.Command{ resp, err := getDaemonStatus(config.Port) if err != nil { fmt.Println(" * RESH-DAEMON IS NOT RUNNING") + fmt.Println(" * Please REPORT this here: https://github.com/curusarn/resh/issues") + fmt.Println(" * Please RESTART this terminal window") exitCode = status.Fail return }