diff --git a/cmd/stop.go b/cmd/stop.go index fb1429e..a4f4f4f 100644 --- a/cmd/stop.go +++ b/cmd/stop.go @@ -361,5 +361,7 @@ func StopJail(args []string) { } cj.InternalName = "" + cj.Running = false + cj.JID = 0 } }