diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 11:32:21 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-24 11:32:21 +0100 |
commit | 4040b8a37230bee3c9b50def0ad3a0fe809488b2 (patch) | |
tree | 46f419a4561caadc5bd09288a831487142e35ad9 /install-itzks-workstation | |
parent | 872f82eb54eeb11fbe89422b7927febfa8299d14 (diff) | |
download | itzks-install-script-4040b8a37230bee3c9b50def0ad3a0fe809488b2.tar.gz itzks-install-script-4040b8a37230bee3c9b50def0ad3a0fe809488b2.tar.bz2 itzks-install-script-4040b8a37230bee3c9b50def0ad3a0fe809488b2.zip |
itzks-installscript: Slightly change alternate script for adding locadm.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 720f447..aa91343 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -6,13 +6,12 @@ adduser --gecos "Local Administrator" locadm adduser locadm sudo # Alternative Handhabung von "locadm"-Anlegen -# -# if [ -z $(getent passwd locadm) ]; then +# if [ -z $(getent passwd locadm) ]; +# then # : -# else +# else # adduser --gecos "Local Administrator" locadm # adduser locadm sudo -# # fi |