🔧 chore(podkop): use check_nft in global_check
This commit is contained in:
@@ -2392,7 +2392,7 @@ global_check() {
|
|||||||
if ! nft list table inet PodkopTable >/dev/null 2>&1; then
|
if ! nft list table inet PodkopTable >/dev/null 2>&1; then
|
||||||
print_global "❌ PodkopTable not found"
|
print_global "❌ PodkopTable not found"
|
||||||
else
|
else
|
||||||
nft list table inet PodkopTable
|
check_nft
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
|||||||
Reference in New Issue
Block a user