diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-18 12:14:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-23 17:05:03 +0200 |
commit | fc7f5c82f094240c6c3b18bbe7ebfe18fa31b076 (patch) | |
tree | 5b373ebea328f6c86a294a7c014195c0d104534c /package/adktest/files | |
parent | 491594f4865fc0af799a5a0972075f9bbff5757e (diff) |
adktest: mount root rw
Diffstat (limited to 'package/adktest/files')
-rwxr-xr-x | package/adktest/files/adktest.init | 1 |
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 |