Skip to content

Commit 24b2860

Browse files
authored
fix: cn script duplicate input number removal (#1489)
1 parent 563fda7 commit 24b2860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/startflexdemo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GLUU_PERSISTENCE=$2
55
GLUU_LICENSE_SSA=$3
66
GLUU_CI_CD_RUN=$4
77
EXT_IP=$5
8-
INSTALL_ISTIO=$5
8+
INSTALL_ISTIO=$6
99
if [[ ! "$GLUU_FQDN" ]]; then
1010
read -rp "Enter Hostname [demoexample.gluu.org]: " GLUU_FQDN
1111
fi

0 commit comments

Comments
 (0)