From fa4d55168d1158a1118c822adaa22f39be1c3f9c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 20 Dec 2025 16:32:15 -0600 Subject: [PATCH] remove sort --- clusters/cl01tl/helm/talos/templates/config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/talos/templates/config.yaml b/clusters/cl01tl/helm/talos/templates/config.yaml index 4e718fade..69b47149d 100644 --- a/clusters/cl01tl/helm/talos/templates/config.yaml +++ b/clusters/cl01tl/helm/talos/templates/config.yaml @@ -22,8 +22,7 @@ data: echo " "; echo ">> Backups to be removed:"; $FILES=$(s3cmd ls --no-check-certificate ${BUCKET}/cl01tl/etcd/ | - awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' | - grep . | sort -u); + awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}'); echo "$FILES" if [ -n "${FILES}" ]; then