Skip to content

Commit

Permalink
Fix #69
Browse files Browse the repository at this point in the history
  • Loading branch information
mywalkb committed Apr 7, 2024
1 parent c7c4151 commit 158c5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magisk-loader/magisk_module/cli
@@ -1,7 +1,7 @@
#!/system/bin/sh

dex_path=""
for DEXDIR in /data/adb/modules $(magisk --path)/.magisk/modules
for DEXDIR in /data/adb/modules $(magisk --path 2>/dev/null)/.magisk/modules
do
if [ -d "$DEXDIR/riru_lsposed" ]; then
dex_path="$DEXDIR/riru_lsposed"
Expand Down

0 comments on commit 158c5dc

Please sign in to comment.