Skip to content

Commit

Permalink
corrected path in installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ftice committed May 2, 2019
1 parent 713d782 commit 7a10be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campan_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
echo "=== Installing UAVPAL campan mod on Disco ==="
chmod +x /data/ftp/internal_000/disco/campan-*/adb
chmod +x /data/ftp/internal_000/disco-campan-*/adb
until [ "$ip_sc2" != "" ]; do
ip_sc2=`netstat -nu |grep 9988 | head -1 | awk '{ print $5 }' | cut -d ':' -f 1`
echo "Trying to detect Skycontroller 2 (ensure Skycontroller 2 is turned on and its power LED is green)"
Expand Down

0 comments on commit 7a10be3

Please sign in to comment.