Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/custom_scripts/libertas_debug.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/custom_scripts/libertas_debug.sh b/modules/custom_scripts/libertas_debug.sh
index eaace9b..aee1342 100755
--- a/modules/custom_scripts/libertas_debug.sh
+++ b/modules/custom_scripts/libertas_debug.sh
@@ -1,6 +1,8 @@
+#!/bin/bash
+
# enable debug for pgf
# also disable mesh to see if this makes the bug go away
-cat >>/etc/rc.local <<__EOF__
+cat >>"$INSTALL_ROOT/etc/rc.local" <<__EOF__
echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
echo 0 > /sys/class/net/eth0/lbs_mesh
__EOF__