fix: return error if agent init script fails to download valid binary (#13280)

This commit is contained in:
Danny Kopping
2024-05-30 13:33:00 +02:00
committed by GitHub
parent e176867d77
commit 59ab5053b1
6 changed files with 154 additions and 30 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
# shellcheck source=scripts/lib.sh