Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit c9097fb

Browse files
authored
use set -ex in install-on-minishift.sh
1 parent 3bd3449 commit c9097fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/install-on-minishift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if minishift status | head -1 | grep "Running" >/dev/null; then
99
exit 1
1010
fi
1111

12-
set -x
12+
set -ex
1313

1414
OPENSHIFT_VERSION=${OPENSHIFT_VERSION:-v3.11.0}
1515
MEMORY=${MEMORY:-10GB}

0 commit comments

Comments
 (0)