diff --git a/Mk/Scripts/do-users-groups.sh b/Mk/Scripts/do-users-groups.sh index 4a48760deb72..c23ecf3fcf16 100644 --- a/Mk/Scripts/do-users-groups.sh +++ b/Mk/Scripts/do-users-groups.sh @@ -117,7 +117,7 @@ if [ -n "${USERS}" ]; then /|/nonexistent|/var/empty) ;; *) - echo "${dp_INSTALL} -d -g $gid -o $uid $homedir" >> "${dp_UG_INSTALL}" + echo "${dp_INSTALL} -d -g $login -o $login $homedir" >> "${dp_UG_INSTALL}" ;; esac done <<-eot