From 9f104526e04e7527b1f067290e9854a9b9fa8c0b Mon Sep 17 00:00:00 2001 From: sickcodes Date: Thu, 25 Feb 2021 08:58:52 +0000 Subject: [PATCH] Typo --- custom/generate-specific-bootdisk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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//\:/}"