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

This commit is contained in:
Nicole Rappe
2024-01-07 18:15:37 -07:00
parent 8e7d72d7f4
commit 2733f31bf7

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 5 sleep 60
done done
``` ```