Use different format

This commit is contained in:
Antoine Martin 2024-10-21 10:35:05 -04:00
parent 88dfa6fabf
commit 2c7b425eef
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -30,7 +30,7 @@ jobs:
run: |
wc -l missing | awk '{print $1}' > total
read total < total
count=0
count=1
while read pkgs; do
echo "[ $count / $total ] Sending $pkgs"
# if fails continues to next
@ -40,5 +40,5 @@ jobs:
else
echo "Error: Couldn't download $pkgs"
fi
let count++
count=$(( count + 1 ))
done < missing