From 5b706308250ed621f670f2c4e7ed4387c615f6bd Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Mon, 21 Jul 2025 15:34:09 -0500 Subject: [PATCH] Make the formplayer archive_db.sh script silent on success This prevents sending useless emails. Redirecting would also do that, but the output is not helpful at all, so I opted to delete. --- .../ansible/roles/formplayer/files/archive_dbs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commcare_cloud/ansible/roles/formplayer/files/archive_dbs.sh b/src/commcare_cloud/ansible/roles/formplayer/files/archive_dbs.sh index 6d08b0bf28..90d23006bf 100644 --- a/src/commcare_cloud/ansible/roles/formplayer/files/archive_dbs.sh +++ b/src/commcare_cloud/ansible/roles/formplayer/files/archive_dbs.sh @@ -42,8 +42,6 @@ test -d ${dir} || { exit 1 } -echo "find ${dir} -name '*.db' -type f -m${time_suffix}" - while read line do db="${line}"