Skip to content
Snippets Groups Projects
Commit 0b6dc65e authored by Bram Strack van Schijndel's avatar Bram Strack van Schijndel Committed by Beat Küng
Browse files

[Bebop 2] fix upload

parent b678f8bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment