Commit ff340ce3 authored by topjohnwu's avatar topjohnwu

Suppress verbose output to stderr

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