mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
Remove unnecessary rm
This commit is contained in:
parent
bd2fe3d75a
commit
864bcc7bfd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ populate_patches() {
|
|||
|
||||
# cleanup to fetch new revanced on next run
|
||||
if [[ "$1" == "clean" ]]; then
|
||||
rm -f revanced-cli.jar revanced-integrations.apk revanced-patches.jar patches.json
|
||||
rm -f revanced-cli.jar revanced-integrations.apk revanced-patches.jar
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue