mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-27 11:37:39 +00:00
parent
8a5b6f2b86
commit
228351fc13
@ -503,7 +503,7 @@ int main(int argc, char *argv[]) {
|
|||||||
excl_list = nullptr;
|
excl_list = nullptr;
|
||||||
} else {
|
} else {
|
||||||
// Revert original init binary
|
// Revert original init binary
|
||||||
link("/.backup/init", "/init");
|
rename("/.backup/init", "/init");
|
||||||
rm_rf("/.backup");
|
rm_rf("/.backup");
|
||||||
|
|
||||||
// Do not go further if device is booting into recovery
|
// Do not go further if device is booting into recovery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user