Fix remove packet https-dns-proxy

This commit is contained in:
CodeRoK7
2025-10-26 15:31:52 +00:00
parent 415cbbb3d2
commit 638a61ae42

View File

@@ -653,7 +653,7 @@ fi
#проверяем установлени ли пакет https-dns-proxy
if opkg list-installed | grep -q https-dns-proxy; then
echo "Delete packet https-dns-proxy..."
opkg remove https-dns-proxy
opkg remove --force-removal-of-dependent-packages "https-dns-proxy"
fi
printf "Setting confdir dnsmasq\n"