mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-22 13:31:34 +00:00
Remove unnecessary variable
This commit is contained in:
parent
88db822c43
commit
45b0bf5bc5
@ -8,7 +8,6 @@
|
|||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|
||||||
#MAGISK_VERSION_STUB
|
#MAGISK_VERSION_STUB
|
||||||
SCRIPT_VERSION=$MAGISK_VER_CODE
|
|
||||||
|
|
||||||
# Detect whether in boot mode
|
# Detect whether in boot mode
|
||||||
ps | grep zygote | grep -v grep >/dev/null && BOOTMODE=true || BOOTMODE=false
|
ps | grep zygote | grep -v grep >/dev/null && BOOTMODE=true || BOOTMODE=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user