From b44f57ce4d3a413a689cd0384da7e2ccc801fe07 Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Fri, 5 Nov 2021 21:40:48 +0200 Subject: [PATCH] Fix for #215 Now the shell script exits if it encounters an error, instead of continuing. Signed-off-by: Haris Razis --- hack/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/install.sh b/hack/install.sh index 6e813b7..4816f23 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -eo pipefail # Copyright OpenFaaS Author(s) 2022