Signed-off-by: Bai Jing 799286817@qq.com --- container/conserver/start | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/container/conserver/start b/container/conserver/start index 58b2242..4354630 100755 --- a/container/conserver/start +++ b/container/conserver/start @@ -31,3 +31,5 @@ cmd=( )
"${cmd[@]}" + +chmod o+r /srv/cci/serial/logs/*
On Wed, Nov 18, 2020 at 10:27:51AM +0800, Bai Jing wrote:
Signed-off-by: Bai Jing 799286817@qq.com
container/conserver/start | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/container/conserver/start b/container/conserver/start index 58b2242..4354630 100755 --- a/container/conserver/start +++ b/container/conserver/start @@ -31,3 +31,5 @@ cmd=( )
"${cmd[@]}"
+chmod o+r /srv/cci/serial/logs/*
fix the umask when start the docker.
Thanks, Xueliang
-- 2.23.0
On Wed, Nov 18, 2020 at 10:56:27AM +0800, Cao Xueliang wrote:
On Wed, Nov 18, 2020 at 10:27:51AM +0800, Bai Jing wrote:
Signed-off-by: Bai Jing 799286817@qq.com
container/conserver/start | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/container/conserver/start b/container/conserver/start index 58b2242..4354630 100755 --- a/container/conserver/start +++ b/container/conserver/start @@ -31,3 +31,5 @@ cmd=( )
"${cmd[@]}"
+chmod o+r /srv/cci/serial/logs/*
fix the umask when start the docker.
Ok, I will fix it
Thanks, Baijing
-- 2.23.0