Do not override global variables in document

This commit is contained in:
topjohnwu 2023-07-21 12:04:42 -07:00
parent 39383229d1
commit 4d2b62da0d

View File

@ -9,17 +9,17 @@
###################
# True if the script is running on booted Android, not something like recovery
BOOTMODE=
# BOOTMODE=
# The path to store temporary files that don't need to persist
TMPDIR=
# TMPDIR=
# The path to store files that can be persisted (non-volatile storage)
# Any modification to this variable should go through the function `set_nvbase`
NVBASE=
# NVBASE=
# The non-volatile path where magisk executables are stored
MAGISKBIN=
# MAGISKBIN=
###################
# Helper Functions