delay 5sec

This commit is contained in:
Shihaam Abdul Rahman 2023-02-11 02:09:53 +05:00
parent fd97d44b9e
commit 15102d541e
Signed by: shihaam
GPG Key ID: 5641D129E0B55604

View File

@ -16,7 +16,7 @@ do
printf "\n" | tee -a $FILENAME
START_NID=$(echo $[$START_NID+1])
printf -v NID "%06d" $START_NID
sleep 1
sleep 5
else
echo delaying
sleep 1000