diff --git a/test.sh b/test.sh index 55e0231..3610df4 100755 --- a/test.sh +++ b/test.sh @@ -21,5 +21,5 @@ fi - -echo ${WEB_HOSTS[@0]} +declare -p WEB_HOSTS +echo ${WEB_HOSTS[0]}