Display jail name instead of user given string
This commit is contained in:
parent
f9f1d48023
commit
956e25c849
@ -1176,7 +1176,7 @@ func StartJail(args []string) {
|
|||||||
continue
|
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
|
// Set InternalName as it is used by some of these
|
||||||
cj.InternalName = fmt.Sprintf("ioc-%s", cj.Name)
|
cj.InternalName = fmt.Sprintf("ioc-%s", cj.Name)
|
||||||
|
Loading…
Reference in New Issue
Block a user