Skip to content

Commit

Permalink
fix: broken script CONTENT_UNMOUNT_SCRIPT
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed May 7, 2022
1 parent 78d7aa3 commit be53e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/utils/adb/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal object Constants {
#!/system/bin/sh
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
umount -l $PLACEHOLDER; done< /proc/mounts
umount -l ${'$'}stock_path
""".trimIndent()

// mount script
Expand Down

0 comments on commit be53e64

Please sign in to comment.