mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
make_image: really fix the TOTANUM issue
This commit is contained in:
parent
64c59791cf
commit
ae89572871
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user