tests-always-included / wick

Bash-only IT automation, machine provisioning
Other
69 stars 12 forks source link

Fixing wickMakeUser bug #102

Closed quantumew closed 7 years ago

quantumew commented 7 years ago

If wickMakeUser is called with a user that exists and no options are given it simply runs usermod <user> which blows up. I fixed this. If no options are given it simply logs a message and moves on.

fidian commented 7 years ago

Works for me. Think someone else should review?