From 224eae4c7318b94245fb506da6919285ffa8c7b4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Feb 2018 15:17:14 +0100 Subject: Explaining what set -e does. --- install-itzks-workstation | 1 + 1 file changed, 1 insertion(+) (limited to 'install-itzks-workstation') 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 -- cgit v1.2.3