mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 19:42:23 +00:00
Cleanup our tracks
This commit is contained in:
@@ -74,7 +74,6 @@ int magisk_main(int argc, char *argv[]) {
|
||||
unlock_blocks();
|
||||
return 0;
|
||||
} else if (argv[1] == "--restorecon"sv) {
|
||||
restore_rootcon();
|
||||
restorecon();
|
||||
return 0;
|
||||
} else if (argc >= 4 && argv[1] == "--clone-attr"sv) {;
|
||||
|
||||
Reference in New Issue
Block a user