From 2a16180368c6fa78f3398234a4977103d0a5b25f Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 12 Oct 2022 18:30:14 -0500 Subject: [PATCH] Fix archive location --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index 85fe645..fac456d 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -180,7 +180,7 @@ msg=$(cat versions.json | tail -n+2 | head -n-1 | cut -c3- | sed "s/\"//g" | sed # Do some cleanup mkdir -p archive mv YouTube_*.apk archive/ -find /srv/backups -maxdepth 1 -type f -printf '%Ts\t%P\n' \ +find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \ | sort -rn \ | tail -n +6 \ | cut -f2- \