!1704 修改hmelog 输出目录访问用户组

Merge pull request !1704 from ASheLock/master
This commit is contained in:
openharmony_ci 2024-01-20 03:10:12 +00:00 committed by Gitee
commit ad709b7b51
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
"name" : "early-boot",
"cmds" : [
"mkdir /data/service/el1/public/telephony 0711 radio radio",
"mkdir /data/log/hmelog/ 0750 radio radio",
"mkdir /data/log/hmelog/ 0750 radio log",
"start telephony_sa"
]
}