diff options
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 3 |
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}" \ |