From ddff7a3f92cb061f31070620dec6a1e265aa3479 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 14 Nov 2024 02:29:50 +0100 Subject: [PATCH] feat: Generate Apple MAC address (#125) --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 7d36719..3322c21 100644 --- a/src/install.sh +++ b/src/install.sh @@ -117,11 +117,11 @@ if [ "$VERSION" != "$STORED_VERSION" ]; then fi fi -if !generateID; then +if ! generateID; then error "Failed to generate UUID!" && exit 35 fi -if !generateAddress; then +if ! generateAddress; then error "Failed to generate MAC address!" && exit 36 fi