remove space before eol
This commit is contained in:
parent
af0ee582d9
commit
1a5cdc0a13
|
@ -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;
|
||||
|
||||
|
|
|
@ -22,5 +22,5 @@ then
|
|||
# then remove the table itself
|
||||
echo "Remove miniupnpd nat table"
|
||||
$NFT delete table inet $NAT_TABLE
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue