We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da34b6 commit 1f4c9ecCopy full SHA for 1f4c9ec
scripts/auto_interrupt.sh
@@ -22,7 +22,7 @@ echo "执行命令: ${COMMAND[*]}"
22
kill -9 "$pid" 2>/dev/null || true
23
done
24
25
- pkill -9 -f "${COMMAND[0]}" 2>/dev/null
+ # pkill -9 -f "${COMMAND[0]}" 2>/dev/null
26
27
break
28
fi
0 commit comments