aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
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
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')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 5539d62..9dba25d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -319,8 +319,8 @@ CMD sudo chown -R $(id -u):$(id -g) /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDIS
--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}" \