Fix typo (#1502)
This commit is contained in:
parent
e829bdd15d
commit
1451b546c1
|
|
@ -21,7 +21,7 @@ MODDIR=${0%/*}
|
|||
|
||||
FLAVOR=@FLAVOR@
|
||||
|
||||
if ! [ "$ZYGISK_ENABLE" = "$([ $FLAVOR = "zygisk" ] && echo 1)" ]; then
|
||||
if ! [ "$ZYGISK_ENABLED" = "$([ $FLAVOR = "zygisk" ] && echo 1)" ]; then
|
||||
log -t "LSPosed" "$FLAVOR does not match, skipping"
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue