From 9b3467d3045f879bb368d739fe1e2597c723c8dd Mon Sep 17 00:00:00 2001 From: Collin Poczatek Date: Wed, 16 May 2018 16:07:51 -0700 Subject: [PATCH] set old shell to default v5.1.9 --- bin/dse/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dse/install.sh b/bin/dse/install.sh index 18494e3..bbed848 100755 --- a/bin/dse/install.sh +++ b/bin/dse/install.sh @@ -6,7 +6,7 @@ cloud_type=$1 # Overidable by setting env var in calling template, # eg: export OPSC_VERSION='6.1.0' -dse_version=5.1.7-1 +dse_version=5.1.9-1 opscenter_version=6.5.0 if [ -z "$OPSC_VERSION" ]