From 531db56b25cdb38d2dd679730f3c704a9b80396a Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 31 Jul 2022 20:20:20 -0700 Subject: [PATCH] fix syntax error --- 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 01ef272..84b745f 100644 --- a/sync/sync-sig-file-list.sh +++ b/sync/sync-sig-file-list.sh @@ -12,7 +12,7 @@ ret_val=$? if [ $ret_val -eq "0" ]; then # Full file list update for production root - cd "${PRODUCTION_ROOT}/${SIG_CATEGORY_STUB}" || echo { echo "Failed to change directory"; exit 1; } + cd "${PRODUCTION_ROOT}/${SIG_CATEGORY_STUB}" || { echo "Failed to change directory"; exit 1; } echo "Starting full file list for root" find . > fullfilelist echo "Generating filelist for quick-fedora-mirror users"