diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-24 17:43:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-24 17:43:08 +0100 |
commit | ffd7fb47fe0107a187f9001ed43c6058960dc728 (patch) | |
tree | d7b0272aedf1eabc273d3e14b8df26a9521f7b3e /install-itzks-workstation | |
parent | eeb153ffb5fc43242ded36a01f51e7b8ccb442a4 (diff) | |
download | itzks-install-script-ffd7fb47fe0107a187f9001ed43c6058960dc728.tar.gz itzks-install-script-ffd7fb47fe0107a187f9001ed43c6058960dc728.tar.bz2 itzks-install-script-ffd7fb47fe0107a187f9001ed43c6058960dc728.zip |
Adding locadm user: add the user if it does not exist, not if it exists...
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 9b89d2e..fe5b605 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -5,8 +5,6 @@ set -e # Add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; then - : -else adduser --gecos "Local Administrator" locadm adduser locadm sudo fi |