Display jail name instead of user given string

This commit is contained in:
yo 2023-07-09 13:41:19 +02:00
parent f9f1d48023
commit 956e25c849

View File

@ -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)