feat: Generate Apple MAC address (#125)

This commit is contained in:
Kroese 2024-11-14 02:29:50 +01:00 committed by GitHub
parent fba0a66658
commit ddff7a3f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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