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 <