diff --git a/sync/prep-staging-8.sh b/sync/prep-staging-8.sh index 7179faf..1f61dd9 100644 --- a/sync/prep-staging-8.sh +++ b/sync/prep-staging-8.sh @@ -12,7 +12,7 @@ # Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2 # Revision must always start with a major number REVISION=8.4 -MAJOR="${REVISION:0:1}" +#MAJOR="${REVISION:0:1}" # comment or blank if needed APPEND_TO_DIR="-RC2" COMPOSE_DIR="/mnt/repos-staging/mirror/pub/rocky/${REVISION}${APPEND_TO_DIR}" @@ -136,7 +136,7 @@ for x in "${ARCHES[@]}"; do cat <