forked from Archive/PX4-Autopilot
Remove bash debugging.
This commit is contained in:
parent
f831cc6cfa
commit
7d9c6592fd
|
@ -21,7 +21,6 @@ fi
|
||||||
# be running from last time
|
# be running from last time
|
||||||
pkill mainapp
|
pkill mainapp
|
||||||
jmavsim_pid=`jps | grep Simulator | cut -d" " -f1`
|
jmavsim_pid=`jps | grep Simulator | cut -d" " -f1`
|
||||||
echo jmavsim_pid=\"${jmavsim_pid}\"
|
|
||||||
if [ -n "$jmavsim_pid" ]
|
if [ -n "$jmavsim_pid" ]
|
||||||
then
|
then
|
||||||
kill $jmavsim_pid
|
kill $jmavsim_pid
|
||||||
|
|
Loading…
Reference in New Issue