Skip to content

Commit

Permalink
logrotate: fix permissions on configfile
Browse files Browse the repository at this point in the history
this should fix
#1387

Signed-off-by: Stephan Sperber <[email protected]>
  • Loading branch information
quinte17 committed Oct 27, 2024
1 parent 3470a39 commit 586723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN cd /etc/.pihole && \
install -Dm755 -t /opt/pihole ./advanced/Scripts/*.sh && \
install -Dm755 -t /opt/pihole ./advanced/Scripts/COL_TABLE && \
install -Dm755 -d /etc/pihole && \
install -Dm644 -t /etc/pihole ./advanced/Templates/logrotate && \
install -Dm600 -t /etc/pihole ./advanced/Templates/logrotate && \
install -Dm755 -d /var/log/pihole && \
install -Dm755 -d /var/lib/logrotate && \
install -Dm755 -t /usr/local/bin pihole && \
Expand Down

0 comments on commit 586723b

Please sign in to comment.