From 0c85a0c273d46760f4032050016706a4ad763754 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 31 Jul 2024 21:07:43 +0200 Subject: [PATCH] fix: amandates is a file not a directory --- client/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Containerfile b/client/Containerfile index a026564..fe2d3aa 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -41,7 +41,7 @@ RUN cp /usr/local/etc/amanda/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 -RUN mkdir -p /usr/local/var/amanda/amandates +RUN touch /usr/local/var/amanda/amandates RUN chown -R backup:backup /usr/local/var/amanda USER backup