fixed docker pull
Sync GitHub / sync (push) Successful in 7s

This commit is contained in:
2026-07-25 22:43:19 -04:00
parent 09dffc3933
commit dfd12a10cb
+1 -1
View File
@@ -46,7 +46,7 @@ function process_docker_pull () {
quietDocker=$(docker compose pull --ignore-buildable --ignore-pull-failures) quietDocker=$(docker compose pull --ignore-buildable --ignore-pull-failures)
if docker compose up -d --dry-run | grep -q "Recreate"; then if docker compose up -d --dry-run 2>&1 | grep -q "Recreate"; then
# Only restart services that were already running # Only restart services that were already running
if ((${#runningServices[@]} > 0)); then if ((${#runningServices[@]} > 0)); then
echo "restarting the following services: ${runningServices[@]}" echo "restarting the following services: ${runningServices[@]}"