We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73a81a commit 61af7d9Copy full SHA for 61af7d9
build.properties
@@ -1,3 +1,3 @@
1
PRODUCT_VERSION_NAME = Installer
2
-PRODUCT_VERSION_MAJOR = 1.1.1
+PRODUCT_VERSION_MAJOR = 1.2
3
PRODUCT_VERSION_DNSCRYPT = dnscrypt-proxy-android-2.0.16
structure/system/etc/init.d/99dnscrypt.sh
@@ -105,7 +105,7 @@ do_start () {
105
do_stop () {
106
if ! killproc "$DAEMON" "$PIDFILE"; then
107
log_debug_msg "$DAEMON died: process not running or permission denied"
108
- exit 1
+ killall $NAME >/dev/null 2>&1
109
fi
110
111
log_debug_msg "disabling iptables firewall rules"
0 commit comments