Fix sequence generation

This commit is contained in:
Thomas A. Christensen II 2021-03-23 12:25:57 -06:00
parent 79c2ae7882
commit 7c316ff08b
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -43,7 +43,7 @@ if [ ! "$OFFSET" = "1" ]; then
done
done
else
KEEPERS=( $(seq "%02g" 01 96) )
KEEPERS=( $(seq -f "%02g" 01 96) )
fi
# Find where the flash drive is mounted