Skip to content

Commit

Permalink
module: Fix KernelSU or APatch for mistakenly recognized as magisk
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Nov 21, 2024
1 parent 48f4350 commit 4e2ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ unzip -o "$ZIPFILE" 'gamelist.txt' -d "/data/encore" >&2
[ ! -f /data/encore/kill_logd ] && echo 0 >/data/encore/kill_logd

# KSU WebUI for Magisk user
if [ "$BOOTMODE" ] && [ "$MAGISK_VER_CODE" ]; then
if [ "$(which magisk)" ]; then
extract "$ZIPFILE" 'action.sh' $MODPATH

if ! pm list packages | grep -q io.github.a13e300.ksuwebui; then
Expand Down

0 comments on commit 4e2ea47

Please sign in to comment.