File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
# ██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗ bigeyes0x0 #
17
17
# ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝ Current Maintainer: #
18
18
# ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗ SomeWhereOverTheRainBow #
19
- # ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.6 #
19
+ # ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.7 #
20
20
# ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ #
21
21
# ##################################################################################################################
22
22
27
27
# shellcheck disable=SC3057
28
28
# shellcheck disable=SC3060
29
29
30
- DI_VERSION=" v2.4.6 "
30
+ DI_VERSION=" v2.4.7 "
31
31
export DI_VERSION
32
32
33
33
readonly LATEST_URL=" https://api.github.com/repos/jedisct1/dnscrypt-proxy/releases/latest"
@@ -170,8 +170,8 @@ check_dnscrypt_toml () {
170
170
}
171
171
172
172
check_dns_environment () {
173
- if [ -f " /opt/etc/init.d/S61stubby" ] || [ -f " /opt/sbin/stubby" ] || [ -f " /opt/bin/install_stubby" ] || [ -f " /jffs/scripts/install_stubby.sh" ]; then
174
- PTXT " $ERROR Potential stubby installation detected." \
173
+ if [ -f " /opt/etc/init.d/S61stubby" ] || [ -f " /opt/sbin/stubby" ] || [ -f " /opt/bin/install_stubby" ] || [ -f " /jffs/scripts/install_stubby.sh" ] || [ -d " /jffs/addons/AdGuardHome.d " ] ; then
174
+ PTXT " $ERROR Potential stubby or adguardhome installation detected." \
175
175
" $ERROR Please remove before attempting to continue." \
176
176
" $ERROR Exiting..."
177
177
exit 1
Original file line number Diff line number Diff line change 1
- 85313e0cbfadcbeb15561ee2d4632a1e
1
+ 032e163efea9b4b87e3df19911612cc8
You can’t perform that action at this time.
0 commit comments