Commit d6547f07 authored by topjohnwu's avatar topjohnwu

Fix installer options not read properly

parent 3b689050
......@@ -47,7 +47,7 @@ grep_prop() {
getvar() {
local VARNAME=$1
local VALUE=`eval echo \$$VARNAME`
local VALUE=$(eval echo \$$VARNAME)
[ ! -z $VALUE ] && return
for DIR in /dev /data /cache /system; do
VALUE=`grep_prop $VARNAME $DIR/.magisk`
......
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