mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-01-08 11:37:39 +08:00
Cleanup mount point
This commit is contained in:
parent
502e3c7ebe
commit
c31c9941bd
@ -38,5 +38,7 @@ for file in "$MAGISKTMP"/*; do
|
||||
if echo "$file" | grep -Eq "lsp_.+\.img"; then
|
||||
foldername=$(basename "$file" .img)
|
||||
umount "$MAGISKTMP/$foldername"
|
||||
rm -rf "${MAGISKTMP:?}/${foldername:?}"
|
||||
rm -f "$file"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user