1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-24 17:10:52 +00:00

Remove unnecessary variable

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

@ -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