From 505de1146a94298e2838f038d6a56076c233fb82 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 13 May 2024 11:42:56 -0400 Subject: [PATCH] Renamed the split/rezip scripts for countme. Signed-off-by: James Antill --- roles/web-data-analysis/files/countme-centos-update.sh | 4 ++-- roles/web-data-analysis/files/countme-update.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/web-data-analysis/files/countme-centos-update.sh b/roles/web-data-analysis/files/countme-centos-update.sh index 41f3325f7d..b895418f94 100644 --- a/roles/web-data-analysis/files/countme-centos-update.sh +++ b/roles/web-data-analysis/files/countme-centos-update.sh @@ -26,8 +26,8 @@ UPDATE_RAWDB=countme-update-rawdb.sh UPDATE_TOTALS=countme-update-totals.sh UPDATE_TRIM=countme-trim-raw # Names of the post update commands. They should be in PATH somewhere... -PUSH_SPLIT=split-totals-db.sh -PUSH_REZIP=rezip +PUSH_SPLIT=countme-split-totals-db.sh +PUSH_REZIP=countme-rezip # ------------------------------ NOTE ------------------------------ # Everything below this line should try to be identical between the diff --git a/roles/web-data-analysis/files/countme-update.sh b/roles/web-data-analysis/files/countme-update.sh index 676f041f20..761c5ffa16 100644 --- a/roles/web-data-analysis/files/countme-update.sh +++ b/roles/web-data-analysis/files/countme-update.sh @@ -25,8 +25,8 @@ UPDATE_RAWDB=countme-update-rawdb.sh UPDATE_TOTALS=countme-update-totals.sh UPDATE_TRIM=countme-trim-raw # Names of the post update commands. They should be in PATH somewhere... -PUSH_SPLIT=split-totals-db.sh -PUSH_REZIP=rezip +PUSH_SPLIT=countme-split-totals-db.sh +PUSH_REZIP=countme-rezip # ------------------------------ NOTE ------------------------------ # Everything below this line should try to be identical between the