diff --git a/build_revanced.sh b/build_revanced.sh index 9989d47..48ba6b8 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -224,3 +224,5 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \ | cut -f2- \ | xargs -r -I {} rm "./archive/{}" find ./logs -mtime +7 -exec rm {} \; + +echo "Done!"$'\n'"************************************" \ No newline at end of file