Skip to content

Commit

Permalink
fix typo in update_dnsbl_reply script: change 'truncat' to 'truncate'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxadamo committed Feb 19, 2025
1 parent 175bf11 commit c053ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/update_dnsbl_reply
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DNSBL_REPLY_TEXTHASH_FILE="/etc/postfix/dnsbl_reply.texthash"
DNSBL_REPLY_TEXTHASH_FILE_LOCAL="/etc/postfix/tables/dnsbl_reply.texthash"

# Remove existing dnsbl_reply.texthash
truncat -s 0 "${DNSBL_REPLY_TEXTHASH_FILE}"
truncate -s 0 "${DNSBL_REPLY_TEXTHASH_FILE}"

# TODO: add fail2ban file

Expand Down

0 comments on commit c053ad1

Please sign in to comment.