diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-22 22:35:18 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-22 22:35:18 -0400 |
commit | d05dd3963eda608df0b14042e8548d42c860835e (patch) | |
tree | 6f237cf0492268a19c3c8961fb2f8a5fb9317ee2 /tests | |
parent | 2916a7be3bf416651458dc6640d67bd9ca173f0d (diff) | |
download | vyos-cloud-init-d05dd3963eda608df0b14042e8548d42c860835e.tar.gz vyos-cloud-init-d05dd3963eda608df0b14042e8548d42c860835e.zip |
fix duplicate flags being passed to useradd
Fix bug here:
adduser_cmd = ['useradd', name]
x_adduser_cmd = adduser_cmd
is different than
x_adduser_cmd = ['useradd', name]
The problem was they referenced the same list, and we were doubly appending.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions