use pipe exit status for update_docker_containers

This commit is contained in:
reyesj2
2026-06-09 12:51:58 -05:00
parent d7aa7ab228
commit 9f5a9616a5
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -980,6 +980,8 @@ docker_seed_registry() {
docker_seed_update_percent=25
update_docker_containers 'netinstall' '' 'docker_seed_update' '/dev/stdout' 2>&1 | tee -a "$setup_log"
# Use pipe exit status of 'update_docker_containers' for return code
return ${PIPESTATUS[0]}
fi
}