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