rsync_ui.sh: error out when one of the commands in the script errors.

This commit is contained in:
2017-02-21 13:25:57 +01:00
parent d77bcc1047
commit cb44509a18

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e # error out when one of the commands in the script errors.
PILLAR_DIR=$(python <<EOT
from __future__ import print_function
import os.path