mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
Typo
This commit is contained in:
parent
9e5538c195
commit
9f104526e0
@ -143,7 +143,7 @@ generate_bootdisk () {
|
|||||||
# plist required for bootdisks, so create anyway.
|
# plist required for bootdisks, so create anyway.
|
||||||
if [[ "${DEVICE_MODEL}" ]] \
|
if [[ "${DEVICE_MODEL}" ]] \
|
||||||
&& [[ "${SERIAL}" ]] \
|
&& [[ "${SERIAL}" ]] \
|
||||||
&& [[ "${BOARD_SERIALR}" ]] \
|
&& [[ "${BOARD_SERIAL}" ]] \
|
||||||
&& [[ "${UUID}" ]] \
|
&& [[ "${UUID}" ]] \
|
||||||
&& [[ "${MAC_ADDRESS}" ]]; then
|
&& [[ "${MAC_ADDRESS}" ]]; then
|
||||||
ROM="${MAC_ADDRESS//\:/}"
|
ROM="${MAC_ADDRESS//\:/}"
|
||||||
|
Loading…
Reference in New Issue
Block a user