aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2022-08-23 19:38:53 -0400
committerGitHub <noreply@github.com>2022-08-23 19:38:53 -0400
commit4d4f2d10e7ffceac7a700abe0004ffb5b2b23b33 (patch)
tree30be2e01895c915e5deb70b0793658c6d0d64eba /scripts
parent4a0c4ca1862b83c0c759cd617950b347858e752e (diff)
darwin-install: fix shell hint
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install-darwin-multi-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh
index afaa6783b..5111a5dde 100644
--- a/scripts/install-darwin-multi-user.sh
+++ b/scripts/install-darwin-multi-user.sh
@@ -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"
}