This commit is contained in:
sickcodes 2021-02-25 08:58:52 +00:00
parent 9e5538c195
commit 9f104526e0

View File

@ -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//\:/}"