Skip to content

Commit 40e9dc3

Browse files
committed
Use /sbin/.magisk instead of /sbin/.core.
1 parent 02a476f commit 40e9dc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ set_permissions() {
154154
}
155155

156156
# You can add more functions to assist your custom script code
157-
set_bindir(){
157+
set_bindir() {
158158
local bindir=/system/bin
159159
local xbindir=/system/xbin
160160

161161
# Check for existence of /system/xbin directory.
162-
if [ ! -d /sbin/.core/mirror$xbindir ]; then
162+
if [ ! -d /sbin/.magisk/mirror$xbindir ]; then
163163
# Use /system/bin instead of /system/xbin.
164164
mkdir -p $MODPATH$bindir
165165
mv $MODPATH$xbindir/sqlite3 $MODPATH$bindir

0 commit comments

Comments
 (0)