From 1de654b5985c90731bb3fb699f984df628b2e385 Mon Sep 17 00:00:00 2001 From: youliang_1314 Date: Wed, 6 Apr 2022 15:58:48 +0800 Subject: [PATCH] fix code: Signed-off-by: youliang_1314 Change-Id: I6639d3c56b8fe05bfa7960664420a3b9952973e5 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index b275b277..1c882743 100755 --- a/services/etc/group +++ b/services/etc/group @@ -68,3 +68,4 @@ input:x:6696: msdp:x:6699: misc:x:9998: app:x:10000: +useriam:x:1088: diff --git a/services/etc/passwd b/services/etc/passwd index 588895e8..21b1caa7 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -67,3 +67,4 @@ input:x:6696:6696:::/bin/false msdp:x:6699:6699:::/bin/false misc:x:9998:9998:::/bin/false app:x:10000:10000:::/bin/false +useriam:x:1088:1088:::/bin/false -- GitLab