aboutsummaryrefslogtreecommitdiff
path: root/include/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.sh')
-rw-r--r--include/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.sh b/include/functions.sh
index 10b8de8..0105776 100644
--- a/include/functions.sh
+++ b/include/functions.sh
@@ -425,7 +425,7 @@ sigtrap() {
get_os() {
build_prop_file="\system\build.prop"
- if [ -e "$build_prop_file" ]; then
+ if [ ! -e "$build_prop_file" ]; then
# for ubuntu
return 1
else