Remove unnecessary variable

This commit is contained in:
topjohnwu 2018-06-21 01:48:46 +08:00
parent 88db822c43
commit 45b0bf5bc5

View File

@ -8,7 +8,6 @@
##########################################################################################
#MAGISK_VERSION_STUB
SCRIPT_VERSION=$MAGISK_VER_CODE
# Detect whether in boot mode
ps | grep zygote | grep -v grep >/dev/null && BOOTMODE=true || BOOTMODE=false