Cleanup our tracks

This commit is contained in:
topjohnwu
2020-04-19 03:33:25 -07:00
parent 7188462c55
commit 43029f37b1
4 changed files with 21 additions and 21 deletions

View File

@@ -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) {;