mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-17 21:47:37 +00:00
Fix syntax error in util_functions.sh
This commit is contained in:
parent
f4b6385f9f
commit
e9b9bf987b
@ -323,7 +323,7 @@ get_flags() {
|
|||||||
ISENCRYPTED=true
|
ISENCRYPTED=true
|
||||||
elif [ "$(getprop ro.crypto.state)" = "encrypted" ]; then
|
elif [ "$(getprop ro.crypto.state)" = "encrypted" ]; then
|
||||||
ISENCRYPTED=true
|
ISENCRYPTED=true
|
||||||
elif [ "$DATA" = "false" ]
|
elif [ "$DATA" = "false" ]; then
|
||||||
# No data access means unable to decrypt in recovery
|
# No data access means unable to decrypt in recovery
|
||||||
ISENCRYPTED=true
|
ISENCRYPTED=true
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user