From 422a0b320cd79ba5d70304b2d4678ee6d8e591ae Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 27 Jun 2017 19:52:37 +0200 Subject: [PATCH] [Fix] Problem CI --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bb55c25..d782372 100644 --- a/scripts/install +++ b/scripts/install @@ -1,12 +1,13 @@ #!/bin/bash +set -eu + #================================================= # Retrieve Sources #================================================= source _common.sh source /usr/share/yunohost/helpers -set -eu #================================================= # Retrieve arguments