[Bebop 2] fix upload

This commit is contained in:
Bram Strack van Schijndel 2018-06-29 20:09:54 +02:00 committed by Beat Küng
parent b678f8bc5b
commit 0b6dc65e3c

View File

@ -42,7 +42,7 @@ if [[ $adb_return == "" ]]; then
restart_px4=true
fi
../Tools/adb_upload.sh $@
$(dirname "$0")/adb_upload.sh $@
# restart the process after uploading
if [ "$restart_px4" = true ]; then