]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/build-utilities.git/commitdiff
neard.sh: change script location
authorEyal Reizer <eyalr@ti.com>
Thu, 1 Nov 2012 08:09:51 +0000 (10:09 +0200)
committerEyal Reizer <eyalr@ti.com>
Thu, 1 Nov 2012 08:09:51 +0000 (10:09 +0200)
Signed-off-by: Eyal Reizer <eyalr@ti.com>
scripts/neard.sh

index 002990464f5a4a6d3ceafb8cd4022d789725026a..6969d9f1c31ba4cfe2d520cdf116f7fd4e4eaf3a 100755 (executable)
@@ -9,7 +9,7 @@ case "$1" in
     echo -n "Starting neard nfc stack"
     modprobe nfcwilink
     start-stop-daemon --start --quiet --exec $neard &
-    /usr/share/nfc-demos/enable-adapter nfc0
+    /usr/share/nfc-test-scripts/enable-adapter nfc0
     echo "."
     ;;
   stop)