Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
included rm for src
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d3h01 committed Oct 14, 2024
1 parent 41c113c commit 293583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ umount_mirrors() {

cleanup() {
if $KSU || [ $MAGISK_VER_CODE -ge 27000 ]; then umount_mirrors; fi
rm -rf "$MODPATH/common" "$MODPATH/changelog.md" "$MODPATH/LICENSE" "$MODPATH/logs" "$MODPATH/update.json" 2>/dev/null
rm -rf "$MODPATH/common" "$MODPATH/changelog.md" "$MODPATH/LICENSE" "$MODPATH/logs" "$MODPATH/update.json" "$MODPATH/libs/SRC" 2>/dev/null
}

abort() {
Expand Down

0 comments on commit 293583c

Please sign in to comment.