Commit f3d7f850 authored by Simon Shi's avatar Simon Shi Committed by John Wu

Fix incorrect link path for /sbin/.core

parent de969a9d
......@@ -347,7 +347,7 @@ static bool magisk_env() {
unlink("/data/magisk_debug.log");
// Backwards compatibility
symlink("./magisk", "/sbin/.core");
symlink("./.magisk", "/sbin/.core");
symlink("./modules", MAGISKTMP "/img");
// Directories in tmpfs overlay
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment