From 7c316ff08b2cc72cab4e8195de433e3b98f7d52f Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Mar 2021 12:25:57 -0600 Subject: [PATCH] Fix sequence generation --- ont/ont-transfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ont/ont-transfer.sh b/ont/ont-transfer.sh index c055554..a05320d 100755 --- a/ont/ont-transfer.sh +++ b/ont/ont-transfer.sh @@ -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