mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-01-01 14:18:46 +03:00
Fix remove packet https-dns-proxy
This commit is contained in:
@@ -653,7 +653,7 @@ fi
|
|||||||
#проверяем установлени ли пакет https-dns-proxy
|
#проверяем установлени ли пакет https-dns-proxy
|
||||||
if opkg list-installed | grep -q https-dns-proxy; then
|
if opkg list-installed | grep -q https-dns-proxy; then
|
||||||
echo "Delete packet https-dns-proxy..."
|
echo "Delete packet https-dns-proxy..."
|
||||||
opkg remove https-dns-proxy
|
opkg remove --force-removal-of-dependent-packages "https-dns-proxy"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Setting confdir dnsmasq\n"
|
printf "Setting confdir dnsmasq\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user