Skip to content

Commit

Permalink
Fix the order in which milltask and motion-logger are terminated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BsAtHome committed Feb 12, 2025
1 parent d66eafb commit 7ba944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linuxcnc.in
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ function Cleanup() {
fi

# now kill all the other user space components
for KILL_TASK in linuxcncsvr motion-logger milltask; do
for KILL_TASK in linuxcncsvr milltask motion-logger; do
if $PIDOF $KILL_TASK >> "$DEBUG_FILE" ; then
KillTaskWithTimeout
fi
Expand Down

0 comments on commit 7ba944c

Please sign in to comment.