[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.
This commit is contained in:
Wang Han 2021-03-30 11:48:06 +08:00 committed by GitHub
parent 3fb6dc741b
commit e2c222ac1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
# Copyright (C) 2021 LSPosed Contributors
#
MODDIR=${0%/*}
MODDIR=${0%/*}