From e2c222ac1c0373a9ba932105dbee518887a32543 Mon Sep 17 00:00:00 2001 From: Wang Han Date: Tue, 30 Mar 2021 11:48:06 +0800 Subject: [PATCH] [core] Add an empty new line in uninstall.sh (#430) * Or `echo` will directly append command in the existing line, which makes `/data/misc/lsp*` not removed. --- core/template_override/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/template_override/uninstall.sh b/core/template_override/uninstall.sh index dfcc20e7..cf7adbbd 100644 --- a/core/template_override/uninstall.sh +++ b/core/template_override/uninstall.sh @@ -20,4 +20,4 @@ # Copyright (C) 2021 LSPosed Contributors # -MODDIR=${0%/*} \ No newline at end of file +MODDIR=${0%/*}