mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Generate Apple MAC address (#125)
This commit is contained in:
parent
fba0a66658
commit
ddff7a3f92
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue