Skip to content

Commit

Permalink
v4.7.3
Browse files Browse the repository at this point in the history
Bugfix.
Previous release had typo that resulted in it doing nothing.
SOFT-460
  • Loading branch information
Jake Danczyk committed Aug 21, 2020
1 parent 7f2b578 commit 3efa7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stopPocketNC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pgrep linuxcnc | while read -r pid ; do
kill -9 $pid
done

grep hss_sensors | while read -r pid ; do
pgrep hss_sensors | while read -r pid ; do
echo "Timeout expired, force killing hss_sensors HAL component $pid"
kill -9 $pid
done

0 comments on commit 3efa7a4

Please sign in to comment.