Trigger build

This commit is contained in:
Kroese 2023-04-24 16:08:16 +02:00 committed by GitHub
parent 2d3a7271d2
commit 080f262b58

View file

@ -4,7 +4,7 @@ set -eu
TMP="/boot.img"
rm -f "$TMP"
echo "Downloading ${BOOT}..."
echo "Downloading ${BOOT} as boot image..."
# Check if running with interactive TTY or redirected to docker log
if [ -t 1 ]; then