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