From 6cd54d3d8fb99638b13e613f9c76622d7efa55d1 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Wed, 15 Jun 2022 09:41:31 +0200
Subject: [PATCH] Added pipefail

---
 stream8_backups/backup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stream8_backups/backup.sh b/stream8_backups/backup.sh
index aca6761..ffe9cd4 100755
--- a/stream8_backups/backup.sh
+++ b/stream8_backups/backup.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+set -o pipefail
 source common.sh
 
 # we want to maintain the same $SOURCE path to simplify restores, but we
-- 
GitLab