summaryrefslogtreecommitdiff
path: root/package/adktest/files/adktest.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/adktest/files/adktest.init')
-rwxr-xr-xpackage/adktest/files/adktest.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/adktest/files/adktest.init b/package/adktest/files/adktest.init
index e1fe9a8c2..3969eb585 100755
--- a/package/adktest/files/adktest.init
+++ b/package/adktest/files/adktest.init
@@ -17,6 +17,7 @@ start)
fi
echo "Starting test script ..."
if [ -x /run.sh ];then
+ mount -o remount,rw /
/run.sh
quit
else