mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 18:57:08 +00:00
bootstrap: increase build users to 32
This commit is contained in:
parent
1779e06cd4
commit
9b955c2e4d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ create_daemon_users(){
|
|||
echo -e "It looks like the "$YELLOW"nixbld"$ESC" group already exists!"
|
||||
fi
|
||||
|
||||
for i in {1..10}; do
|
||||
for i in {1..32}; do
|
||||
/usr/bin/id nixbld${i} &> /dev/null
|
||||
retCode=$?
|
||||
if [[ $retCode != 0 ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue