Skip to content

Commit 7a10be3

Browse files
committed
corrected path in installer script
1 parent 713d782 commit 7a10be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

campan_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
echo "=== Installing UAVPAL campan mod on Disco ==="
3-
chmod +x /data/ftp/internal_000/disco/campan-*/adb
3+
chmod +x /data/ftp/internal_000/disco-campan-*/adb
44
until [ "$ip_sc2" != "" ]; do
55
ip_sc2=`netstat -nu |grep 9988 | head -1 | awk '{ print $5 }' | cut -d ':' -f 1`
66
echo "Trying to detect Skycontroller 2 (ensure Skycontroller 2 is turned on and its power LED is green)"

0 commit comments

Comments
 (0)