summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/nftables
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-06-06 02:32:50 +0300
committerWilliam A. Kennington III <wak@google.com>2023-06-06 10:21:41 +0300
commita5dd3872cfa717a6e1332b468f23adb3abdc3274 (patch)
treeccc47b6b1c00f821ec44eeddf3f25dcdb8cd2139 /meta-google/recipes-google/nftables
parent5206f6616a393d856c2a4f929e3a454c6d9753ad (diff)
downloadopenbmc-a5dd3872cfa717a6e1332b468f23adb3abdc3274.tar.xz
meta-google: nftables: Fix shellcheck issues
Change-Id: Ib9a7cad110dac5852584330e6b30fd070d6866d5 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/nftables')
-rw-r--r--meta-google/recipes-google/nftables/files/nft-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/nftables/files/nft-configure.sh b/meta-google/recipes-google/nftables/files/nft-configure.sh
index 8c8e058b7d..c3805d90ce 100644
--- a/meta-google/recipes-google/nftables/files/nft-configure.sh
+++ b/meta-google/recipes-google/nftables/files/nft-configure.sh
@@ -6,7 +6,7 @@ for dir in /run/nftables /etc/nftables /usr/share/nftables; do
for file in "$dir"/*.rules; do
basemap["${file##*/}$i"]="$file"
done
- let i+=1
+ (( i+=1 ))
done
rules=""