let sleepcount=1 # Index starting at 1, as 'let' returns exit status of 1 (failure) when it evaluated to 0 (as when =0) which kills the script when 'set -e' is present.
while[$sleepcount-lt 1081 ];# Increase from 1080 to 1081 for reason stated above.