Rename project to Zygisk Next

This commit is contained in:
Nullptr
2023-10-24 17:04:48 +08:00
parent cbf5920d02
commit 44918d332e
9 changed files with 22 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ if [ "$(which magisk)" ]; then
if [ -d "$file" ] && [ -d "$file/zygisk" ] && ! [ -f "$file/disable" ]; then
if [ -f "$file/post-fs-data.sh" ]; then
cd "$file"
log -p i -t "zygisksu" "Manually trigger post-fs-data.sh for $file"
log -p i -t "zygisk-sh" "Manually trigger post-fs-data.sh for $file"
sh "$(realpath ./post-fs-data.sh)"
cd "$MODDIR"
fi