diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-05 14:59:15 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-05 14:59:15 -0400 |
commit | d9c18b3fcb9b036b6cdf69397828b59ab4c53091 (patch) | |
tree | 783725ce085d962440c30c25f0fad9e79fee0f19 /scripts/hostname | |
parent | d4be5bbc3682bb9d7f74db5592988ec0838b6138 (diff) | |
download | infrastructure-d9c18b3fcb9b036b6cdf69397828b59ab4c53091.tar.gz |
cleanup add_user function
Diffstat (limited to 'scripts/hostname')
-rw-r--r-- | scripts/hostname/rlaptop1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostname/rlaptop1 b/scripts/hostname/rlaptop1 index b1c9865..f346965 100644 --- a/scripts/hostname/rlaptop1 +++ b/scripts/hostname/rlaptop1 @@ -1,8 +1,9 @@ #!/bin/sh -add_local_user \ +add_user \ -c "Cullum Smith" \ -G wheel,operator,video \ -s /bin/sh \ -m \ + -p changeme \ cullum |