diff options
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
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 |