diff --git a/scripts/util_functions.sh b/scripts/util_functions.sh index 02ac3efee..58c462bca 100644 --- a/scripts/util_functions.sh +++ b/scripts/util_functions.sh @@ -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