mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-10 13:36:52 +03:00
Fix check iptables
This commit is contained in:
@@ -47,7 +47,7 @@ start_service() {
|
||||
exit 1
|
||||
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"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user