Added comment to rsync_ui.sh to clarify "set -e"

This commit is contained in:
2017-02-21 13:00:07 +01:00
parent 76108c9c16
commit b239ae943f

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -e # error out when one of the commands in the script errors.
# macOS does not support readlink -f, so we use greadlink instead
if [[ `uname` == 'Darwin' ]]; then