Increased Sleep delay from 5 to 60

This commit is contained in:
Nicole Rappe 2024-01-07 18:13:04 -07:00
parent b381df9881
commit f9ed39d249

View File

@ -48,5 +48,5 @@ while true; do
done done
# Wait for 5 seconds before the next iteration # Wait for 5 seconds before the next iteration
sleep 5 sleep 60
done done