summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xAdAway.sh1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/AdAway.sh b/AdAway.sh
index 1a007a70e118..40fea195781b 100755
--- a/AdAway.sh
+++ b/AdAway.sh
@@ -317,6 +317,7 @@ form_item_readonly_color = (BLACK,WHITE,OFF)' > ~/.dialogrc
echo -e $GREEN"Press any key to exit"$ENDCOLOR
read
clear
+ exit 130
else
clear
echo -e $GREENB"AdAway configuration files have been detected, but, AdAway binary is missing."$ENDCOLOR
diff --git a/PKGBUILD b/PKGBUILD
index 109c5c79d7f7..bca532aaf6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,8 @@ license=('Apache')
#replaces=('')
#install="$pkgname".install
source=("AdAway.sh")
-md5sums=('a8e41cd808af4dca000a49298d222bb1')
+#md5sums=('a8e41cd808af4dca000a49298d222bb1')
package() {
"$srcdir/AdAway.sh"
- trap exit INT
}