1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Merge pull request #12247 from NixOS/mergify/bp/2.25-maintenance/pr-12245

scripts/install-multi-user: fix typo (backport #12245)
This commit is contained in:
mergify[bot] 2025-01-13 20:15:49 +00:00 committed by GitHub
commit 4c35e6ec6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -557,7 +557,7 @@ create_build_user_for_core() {
if [ "$actual_uid" != "$uid" ]; then if [ "$actual_uid" != "$uid" ]; then
failure <<EOF failure <<EOF
It seems the build user $username already exists, but with the UID 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. now, so I'm going to give up.
If you already created the users and you know they start from If you already created the users and you know they start from