diff options
| author | sickcodes <[email protected]> | 2021-03-04 12:05:41 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-04 12:05:41 +0000 |
| commit | 4b278bc42c10c29fc8592d018bf2e59678cf8174 (patch) | |
| tree | 8cf6bef0e6c6a059be5eaafd26855c0c1bbce702 /Dockerfile | |
| parent | Fix `.//config-custom.plist` (diff) | |
| download | docker-osx-4b278bc42c10c29fc8592d018bf2e59678cf8174.tar.xz docker-osx-4b278bc42c10c29fc8592d018bf2e59678cf8174.zip | |
Shift exits
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -316,7 +316,7 @@ CMD sudo chown -R $(id -u):$(id -g) /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDIS --width "${WIDTH:-1920}" \ --height "${HEIGHT:-1080}" \ --output-bootdisk "${BOOTDISK:-/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \ - --output-env "${ENV:=/env}" || exit 1 \ + --output-env "${ENV:=/env}" \ ; } \ ; [[ "${GENERATE_SPECIFIC}" == true ]] && { \ source "${ENV:=/env}" 2>/dev/null \ @@ -329,7 +329,7 @@ CMD sudo chown -R $(id -u):$(id -g) /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDIS --mac-address "${MAC_ADDRESS}" \ --width "${WIDTH:-1920}" \ --height "${HEIGHT:-1080}" \ - --output-bootdisk "${BOOTDISK:-/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" || exit 1 \ + --output-bootdisk "${BOOTDISK:-/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \ ; } \ ; case "$(file --brief /bootdisk)" in \ QEMU\ QCOW2\ Image* ) export BOOTDISK=/bootdisk \ |