Fix typo (and make it more explicit/self-documenting).
Noticed by: gshapiro
This commit is contained in:
parent
600b20796f
commit
61c79e443b
@ -60,7 +60,7 @@ jail_start()
|
||||
|
||||
jail_stop()
|
||||
{
|
||||
kill -5 $(ps aux | awk '$8 ~ /.*J/ {print $2};')
|
||||
kill -TERM $(ps aux | awk '$8 ~ /.*J/ {print $2};')
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user