Skip to content

Commit

Permalink
feat: Generate Apple MAC address (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 14, 2024
1 parent fba0a66 commit ddff7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ddff7a3

Please sign in to comment.