Display jail name instead of user given string
This commit is contained in:
parent
9e057ed1c5
commit
2ddf51f887
@ -281,7 +281,7 @@ func StopJail(args []string) {
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Printf("> Stopping jail %s\n", a)
|
||||
fmt.Printf("> Stopping jail %s\n", cj.Name)
|
||||
|
||||
// Get current version to update config.json
|
||||
cvers, err := executeCommandInJail(cj, "/bin/freebsd-version")
|
||||
|
Loading…
Reference in New Issue
Block a user