From 3f03c71a4a568ddef8130c58fb2ff4867a1b63b1 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 31 Jul 2024 14:36:13 +0200 Subject: [PATCH] fix: fixed ownership of amanda-security.conf --- client/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Containerfile b/client/Containerfile index 1c91d49..248bde1 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -38,7 +38,7 @@ ENV LD_LIBRARY_PATH /usr/local/share/perl5/site_perl/auto/Amanda/Debug/ RUN chown -R backup:backup /var/backups RUN cp /usr/local/etc/amanda/amanda-security.conf /usr/local/etc/ -RUN chown backup:backup /usr/local/etc/amanda-security.conf +RUN chown root:root /usr/local/etc/amanda-security.conf USER backup ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"] \ No newline at end of file