commit | 73b3ee91514749e4a3f27673ef9bc787c8d6c771 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 24 10:11:01 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 24 10:18:15 2023 -0500 |
tree | 83fdb2c78964c670b1624eb91644e845a3dbdd67 | |
parent | 575b5e4c59606949a3121b79ff408edaac120e2f [diff] |
build-unit-test-docker: move homedir with usermod When the uid already exists, we do a usermod instead of a useradd, but this does not create the new home directory. We need to pass the `-m` argument in order to move the old home directory to the new location. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f2cabe982af0b09d3c3f65dcd3a0acb6b8f3591