Fix check iptables

This commit is contained in:
itdoginfo
2025-02-16 17:41:58 +03:00
parent ca7bb77356
commit 778f2897bc

View File

@@ -47,7 +47,7 @@ start_service() {
exit 1 exit 1
fi fi
if opkg list-installed | grep -qE "iptables|kmod-ipt"; then if opkg list-installed | grep -qE "iptables|kmod-iptab"; then
echo "Found incompatible iptables packages. If you're using FriendlyWrt: https://t.me/itdogchat/44512/181082" echo "Found incompatible iptables packages. If you're using FriendlyWrt: https://t.me/itdogchat/44512/181082"
exit 1 exit 1
fi fi