From c88509ac652e974c109943d08aa456f3bf2e6b5f Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 1 Aug 2024 09:27:06 +0200 Subject: [PATCH] fix: copied wrong file --- client/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Containerfile b/client/Containerfile index 53505fc..53e2cbb 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -39,7 +39,7 @@ RUN chmod +x /entryPoint.sh ENV LD_LIBRARY_PATH /usr/local/share/perl5/site_perl/auto/Amanda/Debug/ RUN chown -R backup:backup /var/backups -COPY conf/amanda-client.conf /usr/local/etc/ +COPY conf/amanda-security.conf /usr/local/etc/ RUN chown root:root /usr/local/etc/amanda-security.conf RUN mkdir -p /usr/local/var/amanda/gnutar-lists