Skip to content

Commit 158c5dc

Browse files
committed
Fix #69
1 parent c7c4151 commit 158c5dc

File tree

1 file changed

+1
-1
lines changed
  • magisk-loader/magisk_module

1 file changed

+1
-1
lines changed

Diff for: magisk-loader/magisk_module/cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/system/bin/sh
22

33
dex_path=""
4-
for DEXDIR in /data/adb/modules $(magisk --path)/.magisk/modules
4+
for DEXDIR in /data/adb/modules $(magisk --path 2>/dev/null)/.magisk/modules
55
do
66
if [ -d "$DEXDIR/riru_lsposed" ]; then
77
dex_path="$DEXDIR/riru_lsposed"

0 commit comments

Comments
 (0)