1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-04-25 01:34:25 +00:00

Suppress verbose output to stderr

This commit is contained in:
topjohnwu 2022-04-29 04:57:28 -07:00
parent 134508193d
commit ff340ce3d8

@ -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