From 0b6dc65e3cac3f5102d8f18e978b7a82bfc02dd1 Mon Sep 17 00:00:00 2001 From: Bram Strack van Schijndel Date: Fri, 29 Jun 2018 20:09:54 +0200 Subject: [PATCH] [Bebop 2] fix upload --- Tools/adb_upload_to_bebop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/adb_upload_to_bebop.sh b/Tools/adb_upload_to_bebop.sh index b54f938a01..ce0144ae69 100755 --- a/Tools/adb_upload_to_bebop.sh +++ b/Tools/adb_upload_to_bebop.sh @@ -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