Commit 6ea42a35 authored by Ivan Kutepov's avatar Ivan Kutepov Committed by John Wu

Fix reqSizeM check in mount_magisk_img function

parent d366dfc7
......@@ -405,7 +405,7 @@ mount_snippet() {
}
mount_magisk_img() {
[ -z reqSizeM ] && reqSizeM=0
[ -z $reqSizeM ] && reqSizeM=0
mkdir -p $MOUNTPATH 2>/dev/null
if [ -f "$IMG" ]; then
ui_print "- Found $IMG"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment