diff options
| author | sickcodes <[email protected]> | 2021-02-25 08:58:52 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-25 08:58:52 +0000 |
| commit | 9f104526e04e7527b1f067290e9854a9b9fa8c0b (patch) | |
| tree | 4e48490604665ab3206c5807861824849aa2f438 /custom | |
| parent | Add Linux, libguestfs for building bootdisks within the Docker container. Add... (diff) | |
| download | docker-osx-9f104526e04e7527b1f067290e9854a9b9fa8c0b.tar.xz docker-osx-9f104526e04e7527b1f067290e9854a9b9fa8c0b.zip | |
Typo
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/generate-specific-bootdisk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/generate-specific-bootdisk.sh b/custom/generate-specific-bootdisk.sh index 46c3571..e87bf3c 100755 --- a/custom/generate-specific-bootdisk.sh +++ b/custom/generate-specific-bootdisk.sh @@ -143,7 +143,7 @@ generate_bootdisk () { # plist required for bootdisks, so create anyway. if [[ "${DEVICE_MODEL}" ]] \ && [[ "${SERIAL}" ]] \ - && [[ "${BOARD_SERIALR}" ]] \ + && [[ "${BOARD_SERIAL}" ]] \ && [[ "${UUID}" ]] \ && [[ "${MAC_ADDRESS}" ]]; then ROM="${MAC_ADDRESS//\:/}" |