mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Remove bash debugging.
This commit is contained in:
@@ -21,7 +21,6 @@ fi
|
||||
# be running from last time
|
||||
pkill mainapp
|
||||
jmavsim_pid=`jps | grep Simulator | cut -d" " -f1`
|
||||
echo jmavsim_pid=\"${jmavsim_pid}\"
|
||||
if [ -n "$jmavsim_pid" ]
|
||||
then
|
||||
kill $jmavsim_pid
|
||||
|
||||
Reference in New Issue
Block a user