Skip to content

Commit fd053fd

Browse files
committed
scripts/install-multi-user: fix typo
1 parent 140aee3 commit fd053fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-multi-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ create_build_user_for_core() {
562562
if [ "$actual_uid" != "$uid" ]; then
563563
failure <<EOF
564564
It seems the build user $username already exists, but with the UID
565-
with the UID '$actual_uid'. This script can't really handle that right
565+
'$actual_uid'. This script can't really handle that right
566566
now, so I'm going to give up.
567567
568568
If you already created the users and you know they start from

0 commit comments

Comments
 (0)