rsync_ui.sh: error out when one of the commands in the script errors.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e # error out when one of the commands in the script errors.
|
||||||
|
|
||||||
PILLAR_DIR=$(python <<EOT
|
PILLAR_DIR=$(python <<EOT
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os.path
|
import os.path
|
||||||
|
Reference in New Issue
Block a user