diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 16:03:54 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 16:03:54 +0100 |
commit | 80014cd8f564ec049291fc570f3f0aebd30a3408 (patch) | |
tree | e12676968aa3953e4a10c686a6c8f558f3e92b18 /install-itzks-workstation | |
parent | 0c8482fd91960e4eed978e9499bcad5616118094 (diff) | |
download | itzks-install-script-80014cd8f564ec049291fc570f3f0aebd30a3408.tar.gz itzks-install-script-80014cd8f564ec049291fc570f3f0aebd30a3408.tar.bz2 itzks-install-script-80014cd8f564ec049291fc570f3f0aebd30a3408.zip |
Cleanup (tabs, spaces, ..).
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 7c6cb4e..a740984 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -7,10 +7,10 @@ # Alternate script: Only add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; - then - : - else - adduser --gecos "Local Administrator" locadm + then + : + else + adduser --gecos "Local Administrator" locadm adduser locadm sudo fi |