diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-06-01 22:18:21 +0200 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2016-06-01 22:19:22 +0200 |
| commit | 5c49349c6a75d6074786de403ef15c9dde9a5401 (patch) | |
| tree | c884427646d2af5c98b5538c6c32e8811dc68b8a | |
| parent | 5b195b15d7fa55ad43c720218279c63482cf34b5 (diff) | |
msm8916-common: rootdir: Remove a unnecessary ' 5'
Change-Id: Ieb1f3934a4e5e15d4dd22fe9f8cc1eca48be8a50
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 2b660c8..fa838d1 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -157,7 +157,7 @@ on post-fs-data #Create a folder for SRS to be able to create a usercfg file mkdir /data/data/media 0770 media media - mkdir /data/diag_logs 0777 system system 5 + mkdir /data/diag_logs 0777 system system on early-boot # set RLIMIT_MEMLOCK to 64MB |
