diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 3 |
1 files changed, 3 insertions, 0 deletions
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 |