mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-25 10:17:31 +01:00
fix: broken script CONTENT_UNMOUNT_SCRIPT
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
78d7aa361e
commit
be53e649a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user