Reset Running and JID so we can call start() after stop()
This commit is contained in:
@ -361,5 +361,7 @@ func StopJail(args []string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cj.InternalName = ""
|
cj.InternalName = ""
|
||||||
|
cj.Running = false
|
||||||
|
cj.JID = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user