From 1648dd435d341a6d79258e72d62f1e4b5ad1fb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Wed, 13 Mar 2019 00:24:43 +0100 Subject: [PATCH] make install/scripts/knative-with-openshift.sh +x and -e (#973) --- install/scripts/knative-with-openshift.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 install/scripts/knative-with-openshift.sh diff --git a/install/scripts/knative-with-openshift.sh b/install/scripts/knative-with-openshift.sh old mode 100644 new mode 100755 index 5e4d9b503..13bcff8f0 --- a/install/scripts/knative-with-openshift.sh +++ b/install/scripts/knative-with-openshift.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -e + # Turn colors in this script off by setting the NO_COLOR variable in your # environment to any value: #