diff options
author | John Klug <john.klug@multitech.com> | 2019-12-20 09:05:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-21 04:09:32 -0500 |
commit | 7017b282dae58e0043394ede07a05c3f9fb2f4a9 (patch) | |
tree | aa003507d20c9f308275fa431d2e9a4b84ccc421 /recipes-kernel/rs9113 | |
parent | 76a7310106992b9556f6944a9b86b831f60675ce (diff) | |
download | meta-multitech-7017b282dae58e0043394ede07a05c3f9fb2f4a9.tar.gz meta-multitech-7017b282dae58e0043394ede07a05c3f9fb2f4a9.tar.bz2 meta-multitech-7017b282dae58e0043394ede07a05c3f9fb2f4a9.zip |
Fix typo in remount read-only code5.2.0
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 |