make_image: really fix the TOTANUM issue

(cherry picked from commit ae89572871)
This commit is contained in:
Steve McIntyre 2024-02-16 02:08:49 +00:00
parent 884b7d8912
commit 905cd2feca
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ else
echo "Generating $ARCHES iso/jigdo image number $CD ..."
fi
NUM_CDS=$(ls -1 $DIR/*.volid | wc -l)
FILES=$DIR/*.volid
NUM_CDS=$(ls -1 $FILES | wc -l)
last_minute_update () {
echo " Last-minute updates:"