comment out un-needed
This commit is contained in:
parent
a5b6f912fd
commit
9a0bc10b8e
@ -48,16 +48,16 @@ do
|
|||||||
((proc_count++))
|
((proc_count++))
|
||||||
((ttl++))
|
((ttl++))
|
||||||
done
|
done
|
||||||
((first_run++))
|
# ((first_run++))
|
||||||
if [[ $first_run == 1 ]]; then
|
# if [[ $first_run == 1 ]]; then
|
||||||
if [[ $ttl -le 5 ]]; then
|
# if [[ $ttl -le 5 ]]; then
|
||||||
sleep 15
|
# sleep 15
|
||||||
elif [[ $ttl -le 10 ]]; then
|
# elif [[ $ttl -le 10 ]]; then
|
||||||
sleep 25
|
# sleep 25
|
||||||
elif [[ $ttl -gt 10 ]]; then
|
# elif [[ $ttl -gt 10 ]]; then
|
||||||
sleep 35
|
# sleep 35
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish
|
elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish
|
||||||
sleep 6
|
sleep 6
|
||||||
else # All processes must be completed, break out of loop
|
else # All processes must be completed, break out of loop
|
||||||
|
Loading…
Reference in New Issue
Block a user