Display version number

This commit is contained in:
Andreas Zweili 2024-03-26 07:41:21 +01:00
parent ad7da960fb
commit b074cd65a2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ mkdir -p "$WORKDIR"/xml
mkdir -p "$WORKDIR"/html
echo "converting reports to html"
dmarc-report-converter --version
dmarc-report-converter
echo "open filewall port"
sudo iptables -I INPUT -p tcp --dport $PORT -j ACCEPT