diff options
author | John Klug <john.klug@multitech.com> | 2019-12-20 09:05:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-12-20 09:05:51 -0600 |
commit | b3d8a6bf2ae7927151450c033b0c6847a65a3ac8 (patch) | |
tree | aa003507d20c9f308275fa431d2e9a4b84ccc421 /recipes-kernel/rs9113 | |
parent | 9f552e769793e6645875926cec6ce107e229d57b (diff) | |
download | meta-multitech-b3d8a6bf2ae7927151450c033b0c6847a65a3ac8.tar.gz meta-multitech-b3d8a6bf2ae7927151450c033b0c6847a65a3ac8.tar.bz2 meta-multitech-b3d8a6bf2ae7927151450c033b0c6847a65a3ac8.zip |
Fix typo in remount read-only code
Diffstat (limited to 'recipes-kernel/rs9113')
-rwxr-xr-x | recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 b/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 index b44aaf0..a7a30c2 100755 --- a/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 +++ b/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 @@ -16,7 +16,7 @@ remount=0 function cleanup { if ((remount == 1)) ; then - mount -o r0,remount / + mount -o ro,remount / fi } @@ -48,4 +48,4 @@ if [[ -f ${sysdir}/capability/wifi ]] ; then fi update-rc.d -f mts-rm-rs9113 remove -fi
\ No newline at end of file +fi |