mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
Fixed kill command for java.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ fi
|
||||
# kill process names that might stil
|
||||
# be running from last time
|
||||
pkill mainapp
|
||||
pkill `jps | grep Simulator | cut -d" " -f1`
|
||||
kill -9 `jps | grep Simulator | cut -d" " -f1`
|
||||
|
||||
cp Tools/posix_lldbinit $build_path/src/firmware/posix/.lldbinit
|
||||
cp Tools/posix.gdbinit $build_path/src/firmware/posix/.gdbinit
|
||||
|
||||
Reference in New Issue
Block a user