remove space before eol

This commit is contained in:
Thomas Bernard 2021-12-02 00:35:51 +01:00
parent af0ee582d9
commit 1a5cdc0a13
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ echo "Creating nftables structure"
cat > /tmp/miniupnpd.nft <<EOF
table inet $TABLE {
chain forward {
chain forward {
type filter hook forward priority 0;
policy drop;

View File

@ -22,5 +22,5 @@ then
# then remove the table itself
echo "Remove miniupnpd nat table"
$NFT delete table inet $NAT_TABLE
fi
fi
fi