From 6f26cb657fb258b1fe94d2bf69b33fd64ffb4ec6 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Mon, 4 Dec 2017 21:55:12 +0100 Subject: [PATCH] Remove useless set -eu command --- scripts/backup | 5 ----- scripts/restore | 5 ----- 2 files changed, 10 deletions(-) diff --git a/scripts/backup b/scripts/backup index 4210504..aecf0c0 100755 --- a/scripts/backup +++ b/scripts/backup @@ -3,11 +3,6 @@ #================================================= # GENERIC START #================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -# Exit on command errors and treat access to unset variables as an error -set -eu #================================================= # IMPORT GENERIC HELPERS diff --git a/scripts/restore b/scripts/restore index b69a524..b476d80 100755 --- a/scripts/restore +++ b/scripts/restore @@ -3,11 +3,6 @@ #================================================= # GENERIC START #================================================= -# MANAGE SCRIPT FAILURE -#================================================= - -# Exit on command errors and treat access to unset variables as an error -set -eu #================================================= # IMPORT GENERIC HELPERS