mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Honour the "uuid" directive in adduser.conf
PR: conf/87914 Approved by: philip (mentor) MFC after: 3 days
This commit is contained in:
parent
3795fc308f
commit
f4c595b794
1 changed files with 4 additions and 1 deletions
|
|
@ -447,7 +447,10 @@ get_homedir() {
|
|||
# allocates one if it is not specified.
|
||||
#
|
||||
get_uid() {
|
||||
uuid=${uidstart}
|
||||
if [ -z "$uuid" ]; then
|
||||
uuid=${uidstart}
|
||||
fi
|
||||
|
||||
_input=
|
||||
_prompt=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue