From e1d240793799bb5d05ab3eda56b89ba74fb57aa7 Mon Sep 17 00:00:00 2001 From: backslashxx <118538522+backslashxx@users.noreply.github.com> Date: Sat, 31 May 2025 18:12:09 +0800 Subject: [PATCH] module/umount: fixup 12925a3 apparently, missing a space doesnt get parsed. my bad. Fixes: `module/umount: umount hostsfile by default` --- module/template/umount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/template/umount b/module/template/umount index 5c32238..fe51b7f 100644 --- a/module/template/umount +++ b/module/template/umount @@ -1,3 +1,3 @@ source { "KSU", "APatch", "magisk", "worker" } fs { "tmpfs" "overlay" } -point {"/system/etc/hosts"} +point { "/system/etc/hosts" }