Skip to content

Commit f41f1a6

Browse files
authored
Merge pull request #423 from thuantran/dev
Dev
2 parents fd8d68f + 2cf87e6 commit f41f1a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

installer

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗ bigeyes0x0 #
1717
#██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝ Current Maintainer: #
1818
#██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗ SomeWhereOverTheRainBow #
19-
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.6 #
19+
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.7 #
2020
#╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ #
2121
###################################################################################################################
2222

@@ -27,7 +27,7 @@
2727
# shellcheck disable=SC3057
2828
# shellcheck disable=SC3060
2929

30-
DI_VERSION="v2.4.6"
30+
DI_VERSION="v2.4.7"
3131
export DI_VERSION
3232

3333
readonly LATEST_URL="https://api.github.com/repos/jedisct1/dnscrypt-proxy/releases/latest"
@@ -170,8 +170,8 @@ check_dnscrypt_toml () {
170170
}
171171

172172
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." \
175175
"$ERROR Please remove before attempting to continue." \
176176
"$ERROR Exiting..."
177177
exit 1

installer.md5sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
85313e0cbfadcbeb15561ee2d4632a1e
1+
032e163efea9b4b87e3df19911612cc8

0 commit comments

Comments
 (0)