mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-04-28 11:39:58 +00:00
Fix remove packet https-dns-proxy
This commit is contained in:
parent
eb0a543ef6
commit
d36cd357d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue