mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: update 3.8.12
* fix possible dns restart issue with DNS File Reset (race condition)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 219abdc5a1)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#
|
||||
LC_ALL=C
|
||||
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
adb_ver="3.8.11"
|
||||
adb_ver="3.8.12"
|
||||
adb_basever=""
|
||||
adb_enabled=0
|
||||
adb_debug=0
|
||||
@@ -536,6 +536,7 @@ f_dnsup()
|
||||
else
|
||||
"/etc/init.d/${adb_dns}" restart >/dev/null 2>&1
|
||||
fi
|
||||
sleep 5
|
||||
|
||||
while [ "${cnt}" -le 10 ]
|
||||
do
|
||||
@@ -565,7 +566,6 @@ f_dnsup()
|
||||
;;
|
||||
esac
|
||||
out_rc=0
|
||||
sleep 1
|
||||
break
|
||||
fi
|
||||
cnt=$((cnt+1))
|
||||
|
||||
Reference in New Issue
Block a user