From 94a530f4b5add9613089a600928022a85b5a5921 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 31 Jul 2022 20:40:05 -0700 Subject: [PATCH] generating the list in the wrong place --- sync/sync-sig-file-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/sync-sig-file-list.sh b/sync/sync-sig-file-list.sh index 84b745f..821b56e 100644 --- a/sync/sync-sig-file-list.sh +++ b/sync/sync-sig-file-list.sh @@ -18,7 +18,7 @@ if [ $ret_val -eq "0" ]; then echo "Generating filelist for quick-fedora-mirror users" if [[ -f /usr/local/bin/create-filelist ]]; then # We're already here, but Justin Case wanted this - cd "${PRODUCTION_ROOT}/" || { echo "Failed to change directory"; exit 1; } + cd "${PRODUCTION_ROOT}/${SIG_CATEGORY_STUB}" || { echo "Failed to change directory"; exit 1; } /bin/cp fullfiletimelist-sig fullfiletimelist-sig-old /usr/local/bin/create-filelist > fullfiletimelist-sig cp fullfiletimelist-sig fullfiletimelist