aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.auto
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-04 11:57:52 +0000
committersickcodes <[email protected]>2021-03-04 11:57:52 +0000
commit45a5f2c074de948eaef8d48bde2a3df9ce238289 (patch)
tree2c415ca6d43846ab76ae82a34ce35f7f6239539e /Dockerfile.auto
parentSyntax error: `elif` obviously needs a `; then` (diff)
downloaddocker-osx-45a5f2c074de948eaef8d48bde2a3df9ce238289.tar.xz
docker-osx-45a5f2c074de948eaef8d48bde2a3df9ce238289.zip
wget -O case sensitive, silence source /env errors.
Diffstat (limited to 'Dockerfile.auto')
-rw-r--r--Dockerfile.auto4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto
index d203551..b5ac7da 100644
--- a/Dockerfile.auto
+++ b/Dockerfile.auto
@@ -162,8 +162,8 @@ CMD echo "${BOILERPLATE}" \
--output-env "${ENV:=/env}" || exit 1 \
; } \
; [[ "${GENERATE_SPECIFIC}" == true ]] && { \
- source "${ENV:=/env}" \
- || ./Docker-OSX/custom/generate-specific-bootdisk.sh \
+ source "${ENV:=/env}" 2>/dev/null \
+ ; ./Docker-OSX/custom/generate-specific-bootdisk.sh \
--master-plist-url="${MASTER_PLIST_URL}" \
--model "${DEVICE_MODEL}" \
--serial "${SERIAL}" \