summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-09 15:17:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-09 15:17:14 +0100
commit224eae4c7318b94245fb506da6919285ffa8c7b4 (patch)
treed54c85439593b86f94d18598262884c55312dd98
parent16e03bfd7c17d53ab0c7b55dc2136c89d2e5dcb0 (diff)
downloaditzks-install-script-224eae4c7318b94245fb506da6919285ffa8c7b4.tar.gz
itzks-install-script-224eae4c7318b94245fb506da6919285ffa8c7b4.tar.bz2
itzks-install-script-224eae4c7318b94245fb506da6919285ffa8c7b4.zip
Explaining what set -e does.
-rw-r--r--install-itzks-workstation1
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