chore: Update manifests after change

This commit is contained in:
2025-12-20 22:32:42 +00:00
parent a21cb7b7d4
commit 9bc772eb1b

View File

@@ -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