From 2fc153f9b6d94c4d788eadd192e6794804bb8627 Mon Sep 17 00:00:00 2001 From: Justas Balcas Date: Wed, 24 Jan 2024 07:54:52 -0600 Subject: [PATCH] Update docker run --- xrootd/xcache-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrootd/xcache-server/Dockerfile b/xrootd/xcache-server/Dockerfile index 8f68007..2a0111f 100644 --- a/xrootd/xcache-server/Dockerfile +++ b/xrootd/xcache-server/Dockerfile @@ -16,7 +16,7 @@ RUN yum -y install xrootd xrootd-client xrootd-client-devel xrootd-client-libs \ xrootd-voms voms-clients xrootd-doc xrootd-scitokens scitokens-cpp && yum clean all RUN mkdir -p /var/log/xrootd/clustered/ && \ - chown -R xrootd:xrootd /var/log/xrootd/ && + chown -R xrootd:xrootd /var/log/xrootd/ && \ mkdir -p /etc/grid-security/mapfile/ # XCache Rucio reporter. Installing it manually