From 4c6d8dc3a64c19836caec6208d4d66a58ea677f2 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 3 Jun 2017 10:56:24 +0200 Subject: [PATCH] bootstrap: remove -shell flag for sysadminctl Fixes creation of build users on 10.11 --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c011ed37..c94570d6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -102,7 +102,6 @@ create_daemon_users(){ echo -e "Creating user: "$YELLOW"nixbld${i}"$ESC"..." sudo /usr/sbin/sysadminctl -fullName "Nix build user $i" \ -home /var/empty \ - -shell /sbin/nologin \ -UID $(expr 30000 + $i) \ -addUser nixbld$i >&2 \ || exit_message "Problem creating user: nixbld${i}"