From 16e03bfd7c17d53ab0c7b55dc2136c89d2e5dcb0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Feb 2018 15:16:42 +0100 Subject: Set -x bash option. Not only for debugging, but also for normal runs. --- install-itzks-workstation | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-itzks-workstation b/install-itzks-workstation index 419a7fa..79dc814 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -3,6 +3,9 @@ set -e +# we want to see the commands being issued during script run +set -x + # Add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; then adduser --gecos "Local Administrator" locadm -- cgit v1.2.3