Skip to content

Commit

Permalink
Fix msmtprc file permissions (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Janker <thomasjanker@Mac-mini-von-Thomas.local>
  • Loading branch information
thomasjanker and Thomas Janker authored Dec 26, 2023
1 parent be2760d commit 2bc178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/docker-entrypoint.d/50-start-msmtp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ ! -z ${MSMTPRC+x} ]
then
echo "$MSMTPRC" > /etc/msmtprc
chown root:msmtp /etc/msmtprc
chmod 640 /etc/msmtprc
chmod 644 /etc/msmtprc
fi

0 comments on commit 2bc178f

Please sign in to comment.