aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.auto
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-26 05:30:09 +0000
committersickcodes <[email protected]>2021-02-26 05:30:09 +0000
commit84326051cae737c7897823b2aabf5dc2c711cfa9 (patch)
tree2286f20247234460fd3962df71654f3adf5e5731 /Dockerfile.auto
parentFixed subshell logic in startup scripts. (diff)
downloaddocker-osx-84326051cae737c7897823b2aabf5dc2c711cfa9.tar.xz
docker-osx-84326051cae737c7897823b2aabf5dc2c711cfa9.zip
source "${ENV:=/env}" logic
Diffstat (limited to 'Dockerfile.auto')
-rw-r--r--Dockerfile.auto3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto
index eeb9a7b..b280e7f 100644
--- a/Dockerfile.auto
+++ b/Dockerfile.auto
@@ -151,10 +151,9 @@ CMD echo "${BOILERPLATE}" \
--bootdisks \
--output-bootdisk "${BOOTDISK:-/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \
--output-env "${ENV:=/env}" \
- && source "${ENV}" \
; } \
; [[ "${GENERATE_SPECIFIC}" == true ]] && { \
- source /env \
+ source "${ENV:=/env}" \
|| ./Docker-OSX/custom/generate-specific-bootdisk.sh \
--model "${DEVICE_MODEL}" \
--serial "${SERIAL}" \