summaryrefslogtreecommitdiff
path: root/netzbon/setup-exchange.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netzbon/setup-exchange.sh')
-rwxr-xr-xnetzbon/setup-exchange.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 69e0238..ab7da70 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -15,6 +15,7 @@ notify_err() {
trap '(exit 130)' INT
trap '(exit 143)' TERM
trap notify_err ERR
+# shellcheck disable=SC2154
trap 'rc=$?; notify_exit $rc; exit $rc' EXIT
# End of error handling setup