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