mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
scripts/install-multi-user: fix typo
(cherry picked from commit fd053fdcad
)
This commit is contained in:
parent
5b32a021a9
commit
3f96cfd99c
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ create_build_user_for_core() {
|
|||
if [ "$actual_uid" != "$uid" ]; then
|
||||
failure <<EOF
|
||||
It seems the build user $username already exists, but with the UID
|
||||
with the UID '$actual_uid'. This script can't really handle that right
|
||||
'$actual_uid'. This script can't really handle that right
|
||||
now, so I'm going to give up.
|
||||
|
||||
If you already created the users and you know they start from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue