Update Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md

This commit is contained in:
Nicole Rappe
2024-01-07 18:58:10 -07:00
parent 2733f31bf7
commit b3e292151d

View File

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