Skip to content

Commit

Permalink
Update rke2-killall.sh (#4111)
Browse files Browse the repository at this point in the history
* Update rke2-killall.sh

prevent line truncating

Co-authored-by: Brad Davidson <[email protected]>
  • Loading branch information
dcasier and brandond authored May 28, 2024
1 parent 3c4642b commit f92a0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/bin/rke2-killall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ killtree() {
}

getshims() {
ps -e -o pid= -o args= | sed -e 's/^ *//; s/\s\s*/\t/;' | grep -w 'rke2/data/[^/]*/bin/containerd-shim' | cut -f1
COLUMNS=2147483647 ps -e -o pid= -o args= | sed -e 's/^ *//; s/\s\s*/\t/;' | grep -w 'rke2/data/[^/]*/bin/containerd-shim' | cut -f1
}

do_unmount_and_remove() {
Expand Down

0 comments on commit f92a0e1

Please sign in to comment.