We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3997c28 commit 0adacabCopy full SHA for 0adacab
module/customize.sh
@@ -184,7 +184,10 @@ if [ "$KSU" ]; then
184
fi
185
if [ "$UID" ]; then
186
if ! OP=$("${MODPATH:?}/bin/$ARCH/ksu_profile" "$UID" "$PKG_NAME" 2>&1); then
187
- ui_print "ERROR ksu_profile: $OP"
+ ui_print " $OP"
188
+ ui_print "* Because you are using a fork of KernelSU, "
189
+ ui_print " you need to go to your root manager app and"
190
+ ui_print " disable 'Unmount modules' option for $PKG_NAME"
191
192
else
193
ui_print "ERROR: UID could not be found for $PKG_NAME"
0 commit comments