diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 79dc814..afaddb5 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -1,6 +1,7 @@ #!/bin/bash # script for installing a Debian Edu Workstation with ITZkS modifications +# abort if any of the subprocesses returns non-zero exit code set -e # we want to see the commands being issued during script run |