Fix logical error regarding user id of _homebrew
This commit is contained in:
@@ -45,7 +45,7 @@ function getFirstFreeRoleAccountID() {
|
||||
local minUserID=450
|
||||
local maxUserID=499
|
||||
local uname_machine=$(/usr/bin/uname -m)
|
||||
if [[ ${uname_machine} == "arm64" ]]; then
|
||||
if [[ ${uname_machine} != "arm64" ]]; then
|
||||
minUserID=200
|
||||
maxUserID=400
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user