Commit 080f262b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Trigger build

parent 2d3a7271
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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