We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a476f commit 40e9dc3Copy full SHA for 40e9dc3
1 file changed
install.sh
@@ -154,12 +154,12 @@ set_permissions() {
154
}
155
156
# You can add more functions to assist your custom script code
157
-set_bindir(){
+set_bindir() {
158
local bindir=/system/bin
159
local xbindir=/system/xbin
160
161
# Check for existence of /system/xbin directory.
162
- if [ ! -d /sbin/.core/mirror$xbindir ]; then
+ if [ ! -d /sbin/.magisk/mirror$xbindir ]; then
163
# Use /system/bin instead of /system/xbin.
164
mkdir -p $MODPATH$bindir
165
mv $MODPATH$xbindir/sqlite3 $MODPATH$bindir
0 commit comments