Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit be53e64

Browse files
committed
fix: broken script CONTENT_UNMOUNT_SCRIPT
Signed-off-by: oSumAtrIX <[email protected]>
1 parent 78d7aa3 commit be53e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/utils/adb/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal object Constants {
4343
#!/system/bin/sh
4444
4545
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
46-
umount -l $PLACEHOLDER; done< /proc/mounts
46+
umount -l ${'$'}stock_path
4747
""".trimIndent()
4848

4949
// mount script

0 commit comments

Comments
 (0)