Skip to content

Commit 0ce8754

Browse files
authored
Update customize.sh
1 parent c02aeef commit 0ce8754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

revanced-magisk/customize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ if [ "$KSU" ]; then
176176
fi
177177
if [ "$UID" ]; then
178178
if ! OP=$("${MODPATH:?}/bin/$ARCH/ksu_profile" "$UID" "$PKG_NAME" 2>&1); then
179-
ui_print "ERROR ksu_profile: $OP"
179+
echo >&2 "ERROR ksu_profile: $OP"
180180
fi
181181
else
182182
ui_print "no UID"
183-
echo "$DSYS" >&2
183+
echo >&2 "$DSYS"
184184
fi
185185
fi
186186

0 commit comments

Comments
 (0)