mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-28 01:29:45 +00:00
Update --remove-modules implementation
This commit is contained in:
@@ -53,7 +53,7 @@ static void request_handler(int client, int req_code, ucred cred) {
|
||||
exec_sql(client);
|
||||
break;
|
||||
case REMOVE_MODULES:
|
||||
foreach_modules("remove");
|
||||
remove_modules();
|
||||
write_int(client, 0);
|
||||
close(client);
|
||||
reboot();
|
||||
|
||||
Reference in New Issue
Block a user