summaryrefslogtreecommitdiffstats
path: root/scripts/loadDriver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/loadDriver.sh')
-rwxr-xr-xscripts/loadDriver.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/loadDriver.sh b/scripts/loadDriver.sh
index 2993614..f55fdde 100755
--- a/scripts/loadDriver.sh
+++ b/scripts/loadDriver.sh
@@ -5,9 +5,9 @@ then
echo Warning you are not root, expect problems!
fi
-if [ -d /home/pi/appsteam/trunk/LinuxDriver ]
+if [ -d /lib/modules/3.10.31-ltsi/extra ]
then
- cd /home/pi/appsteam/trunk/LinuxDriver
+ cd /lib/modules/3.10.31-ltsi/extra/
echo Switched to folder:$(pwd)
else
echo Searching driver in folder:$(pwd)