Rename dir name

This commit is contained in:
vvb2060
2024-01-05 01:47:15 +08:00
committed by John Wu
parent 92b305a389
commit 10069215f4
7 changed files with 19 additions and 25 deletions
+1
View File
@@ -72,6 +72,7 @@ static void setup_mounts() {
// Prepare worker
ssprintf(path, sizeof(path), "%s/" WORKERDIR, get_magisk_tmp());
xmkdir(path, 0);
xmount("worker", path, "tmpfs", 0, "mode=755");
xmount(nullptr, path, nullptr, MS_PRIVATE, nullptr);
}