fix: amandates is a file not a directory

This commit is contained in:
Dominik Meyer 2024-07-31 21:07:43 +02:00
parent 2163033ee0
commit 0c85a0c273
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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