From dc1ef986510eda216d50f6af2e8e85d6e1d3a240 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 11:03:56 +0500 Subject: [PATCH] dont need to make 000 --- dhiraaguscrap/scrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhiraaguscrap/scrap.sh b/dhiraaguscrap/scrap.sh index 24cbb983..6007b5f5 100644 --- a/dhiraaguscrap/scrap.sh +++ b/dhiraaguscrap/scrap.sh @@ -21,11 +21,11 @@ do fi START_NUMBER=$(echo $[$START_NUMBER+1]) - printf -v NUMBER "%06d" $START_NUMBER +# printf -v NUMBER "%06d" $START_NUMBER sleep 3.5 else echo delaying - sleep 70 + sleep 70 fi done