fix(nft): remove variable trailing semi-colon

This commit is contained in:
inference 2025-07-02 03:57:00 +00:00
parent 9905ced78b
commit 2a09daf849
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -2,7 +2,7 @@
# Inferencium - ZA-00-00 # Inferencium - ZA-00-00
# nftables - Configuration # nftables - Configuration
# Version: 1.0.0-beta.1 # Version: 1.0.0-beta.2
# Copyright 2025 Jake Winters # Copyright 2025 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
@ -10,7 +10,7 @@
# Variable # Variable
## nftables path ## nftables path
nft="/usr/sbin/nft"; nft="/usr/sbin/nft"
## Interface ## Interface
lan=enp16s0 lan=enp16s0
wan=enp41s0 wan=enp41s0