mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-03 07:37:39 +00:00
Match exact "SKIPUNZIP=1" to prevent confusion
This commit is contained in:
parent
eb26e62889
commit
46ba726232
@ -124,7 +124,7 @@ else
|
||||
|
||||
unzip -o "$ZIPFILE" customize.sh -d $MODPATH >&2
|
||||
|
||||
if ! grep -q '^SKIPUNZIP=' $MODPATH/customize.sh 2>/dev/null; then
|
||||
if ! grep -q '^SKIPUNZIP=1$' $MODPATH/customize.sh 2>/dev/null; then
|
||||
ui_print "- Extracting module files"
|
||||
unzip -o "$ZIPFILE" -x 'META-INF/*' -d $MODPATH >&2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user