Skip to content

Commit

Permalink
Group ID is not guaranteed to be the same
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Sep 17, 2023
1 parent 26a5fed commit c64be64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

if [ "$DKIM_KEY_PATH" ]; then
cp "$DKIM_KEY_PATH" /etc/exim4/dkim.key
chown :101 /etc/exim4/dkim.key
chown Debian-exim /etc/exim4/dkim.key
chmod 640 /etc/exim4/dkim.key
{
echo "DKIM_DOMAIN = \${lc:\${domain:\$h_from:}}"
Expand Down

0 comments on commit c64be64

Please sign in to comment.