make install/scripts/knative-with-openshift.sh +x and -e (#973)

This commit is contained in:
Michael Vorburger ⛑️ 2019-03-13 00:24:43 +01:00 committed by Knative Prow Robot
parent 1c4479d69e
commit 1648dd435d
1 changed files with 2 additions and 0 deletions

2
install/scripts/knative-with-openshift.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e
# Turn colors in this script off by setting the NO_COLOR variable in your # Turn colors in this script off by setting the NO_COLOR variable in your
# environment to any value: # environment to any value:
# #