Display jail name instead of user given string
This commit is contained in:
@ -1176,7 +1176,7 @@ func StartJail(args []string) {
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Printf("> Starting jail %s\n", a)
|
||||
fmt.Printf("> Starting jail %s\n", cj.Name)
|
||||
|
||||
// Set InternalName as it is used by some of these
|
||||
cj.InternalName = fmt.Sprintf("ioc-%s", cj.Name)
|
||||
|
Reference in New Issue
Block a user