From ffd7fb47fe0107a187f9001ed43c6058960dc728 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Jan 2018 17:43:08 +0100 Subject: Adding locadm user: add the user if it does not exist, not if it exists... --- install-itzks-workstation | 2 -- 1 file changed, 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 -- cgit v1.2.3