Merge pull request #6945 from jsoref/nix-setup-tweak

darwin-install: fix shell hint
This commit is contained in:
Eelco Dolstra 2022-08-24 13:56:26 +02:00 committed by GitHub
commit a1e1ec3dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ poly_user_shell_get() {
}
poly_user_shell_set() {
_sudo "in order to give $1 a safe home directory" \
_sudo "in order to give $1 a safe shell" \
/usr/bin/dscl . -create "/Users/$1" "UserShell" "$2"
}