mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-16 08:41:25 +00:00
parent
acf7c0c665
commit
d5a56d9e85
@ -56,9 +56,8 @@ int check_data() {
|
|||||||
char *line;
|
char *line;
|
||||||
int mnt = 0;
|
int mnt = 0;
|
||||||
vec_for_each(&v, line) {
|
vec_for_each(&v, line) {
|
||||||
if (strstr(line, " /data ")) {
|
if (strstr(line, " /data ") && strstr(line, "tmpfs") == NULL) {
|
||||||
if (strstr(line, "tmpfs") == NULL)
|
mnt = 1;
|
||||||
mnt = 1;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user