From 6097a710eaba702fad0b4671ba47db93b837f4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 24 Jan 2018 14:57:36 +0100 Subject: Fix syntax error. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index bd5f48d..0654750 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -6,7 +6,7 @@ # adduser locadm sudo # Alternate script: Only add user locadm if not already there -if [ -z $(getent passwd locadm) ]; +if [ -z $"(getent passwd locadm)" ]; then : else -- cgit v1.2.3