Skip to content

Commit

Permalink
fix superfluous 'mkdir' when creating '/var/lib/rspamd/dkim/' (see 5d…
Browse files Browse the repository at this point in the history
  • Loading branch information
z-e-r-0-t committed Nov 17, 2024
1 parent 1cbfcb7 commit 6c75591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configfiles/gentoo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ plugin {
<commands index="2">
<command><![CDATA[mkdir -p /etc/rspamd/local.d/]]></command>
<command><![CDATA[mkdir -p /etc/rspamd/override.d/]]></command>
<command><![CDATA[mkdir -p mkdir /var/lib/rspamd/dkim/]]></command>
<command><![CDATA[mkdir -p /var/lib/rspamd/dkim/]]></command>
</commands>
<files index="1">
<file name="/etc/rspamd/local.d/actions.conf"
Expand Down

0 comments on commit 6c75591

Please sign in to comment.