From 04dffd6ef297dade32cc6bbd437b83aff47bc117 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Mar 2019 20:44:50 -0500 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 55d0109..74445d1 100755 --- a/test.sh +++ b/test.sh @@ -25,6 +25,6 @@ fi NTYPE=MYSQL var=${NTYPE}_HOSTS -for nip in "${var[@]}"; do +for nip in "${MYSQL_HOSTS[@]}"; do echo ": ${nip}" done \ No newline at end of file