🔧 chore(podkop): use check_nft in global_check

This commit is contained in:
Ivan K
2025-05-20 17:32:04 +03:00
parent 9748178562
commit 1f81ec8403

View File

@@ -2392,7 +2392,7 @@ global_check() {
if ! nft list table inet PodkopTable >/dev/null 2>&1; then
print_global "❌ PodkopTable not found"
else
nft list table inet PodkopTable
check_nft
fi
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"