We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c4151 commit 158c5dcCopy full SHA for 158c5dc
magisk-loader/magisk_module/cli
@@ -1,7 +1,7 @@
1
#!/system/bin/sh
2
3
dex_path=""
4
-for DEXDIR in /data/adb/modules $(magisk --path)/.magisk/modules
+for DEXDIR in /data/adb/modules $(magisk --path 2>/dev/null)/.magisk/modules
5
do
6
if [ -d "$DEXDIR/riru_lsposed" ]; then
7
dex_path="$DEXDIR/riru_lsposed"
0 commit comments