summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-24 17:43:08 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-24 17:43:08 +0100
commitffd7fb47fe0107a187f9001ed43c6058960dc728 (patch)
treed7b0272aedf1eabc273d3e14b8df26a9521f7b3e
parenteeb153ffb5fc43242ded36a01f51e7b8ccb442a4 (diff)
downloaditzks-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...
-rw-r--r--install-itzks-workstation2
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