Commit ff340ce3 authored by topjohnwu's avatar topjohnwu

Suppress verbose output to stderr

parent 13450819
......@@ -651,9 +651,9 @@ copy_sepolicy_rules() {
fi
if [ -d ${RULESDIR%/magisk} ]; then
ui_print "- Sepolicy rules dir is ${RULESDIR%/magisk}"
echo "RULESDIR=$RULESDIR" >&2
else
ui_print "- Sepolicy rules dir ${RULESDIR%/magisk} not found"
ui_print "- Unable to find sepolicy rules dir ${RULESDIR%/magisk}"
return 1
fi
......
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