Skip to content

Commit 0adacab

Browse files
j-hcpeternmuller
authored andcommitted
update customize.sh
1 parent 3997c28 commit 0adacab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

module/customize.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,10 @@ if [ "$KSU" ]; then
184184
fi
185185
if [ "$UID" ]; then
186186
if ! OP=$("${MODPATH:?}/bin/$ARCH/ksu_profile" "$UID" "$PKG_NAME" 2>&1); then
187-
ui_print "ERROR ksu_profile: $OP"
187+
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"
188191
fi
189192
else
190193
ui_print "ERROR: UID could not be found for $PKG_NAME"

0 commit comments

Comments
 (0)