Renamed the split/rezip scripts for countme.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2024-05-13 11:42:56 -04:00
parent 71f4401e4d
commit 505de1146a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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