Loading run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading