From cf35a2a3f3c0e001a4e8d5cf10ddc75d1c0de579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Tue, 21 Feb 2017 12:59:01 +0100 Subject: [PATCH] Server: added comment to rsync_ui.sh to clarify "set -e" --- packages/flamenco/rsync_ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flamenco/rsync_ui.sh b/packages/flamenco/rsync_ui.sh index 9f9c19b1..3601b2b1 100755 --- a/packages/flamenco/rsync_ui.sh +++ b/packages/flamenco/rsync_ui.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -e +set -e # error out when one of the commands in the script errors. FLAMENCO_DIR="$(dirname "$(readlink -f "$0")")" if [ ! -d "$FLAMENCO_DIR" ]; then -- GitLab