We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713d782 commit 7a10be3Copy full SHA for 7a10be3
campan_install.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
echo "=== Installing UAVPAL campan mod on Disco ==="
3
-chmod +x /data/ftp/internal_000/disco/campan-*/adb
+chmod +x /data/ftp/internal_000/disco-campan-*/adb
4
until [ "$ip_sc2" != "" ]; do
5
ip_sc2=`netstat -nu |grep 9988 | head -1 | awk '{ print $5 }' | cut -d ':' -f 1`
6
echo "Trying to detect Skycontroller 2 (ensure Skycontroller 2 is turned on and its power LED is green)"
0 commit comments