summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xapplications/luci-app-statistics/root/usr/libexec/stat-genconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/usr/libexec/stat-genconfig b/applications/luci-app-statistics/root/usr/libexec/stat-genconfig
index f184e880b2..130f8f3876 100755
--- a/applications/luci-app-statistics/root/usr/libexec/stat-genconfig
+++ b/applications/luci-app-statistics/root/usr/libexec/stat-genconfig
@@ -196,7 +196,7 @@ function config_iptables(c) {
let tname = `${s.table}`;
let chain = `${s.chain}`;
- if (match(tname, /^\S+$/) && match(chain, /^\S+$/) {
+ if (match(tname, /^\S+$/) && match(chain, /^\S+$/)) {
str += `\t${verb} "${tname}" "${chain}"`;
let rule = `${s.rule}`;