From bc851d098b97c2a9526e342a738810506300499c Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 16:06:59 +0100 Subject: [PATCH] Update backup --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index 42c7b13..bf077e9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -2,7 +2,7 @@ #!/bin/bash # causes the shell to exit if any subcommand or pipeline returns a non-zero status -set -e +set -eu # Source YNH helpers . /usr/share/yunohost/helpers