From cb44509a184ad108103b0f94555a11833b65cd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 21 Feb 2017 13:25:57 +0100 Subject: [PATCH] rsync_ui.sh: error out when one of the commands in the script errors. --- rsync_ui.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsync_ui.sh b/rsync_ui.sh index a0a0e79..50c0cd5 100755 --- a/rsync_ui.sh +++ b/rsync_ui.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -e # error out when one of the commands in the script errors. + PILLAR_DIR=$(python <