mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -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
|
# cleanup to fetch new revanced on next run
|
||||||
if [[ "$1" == "clean" ]]; then
|
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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue