From 9315e7eb655d1ac4c3d9132ee753fbffad82948c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 1 Jul 2016 15:27:19 -0500 Subject: [PATCH] read all params individually --- setup/argparser.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/setup/argparser.sh b/setup/argparser.sh index 306ecfd78..838e47a17 100644 --- a/setup/argparser.sh +++ b/setup/argparser.sh @@ -33,10 +33,16 @@ while true; do shift 2 ;; --data) - # only read mandatory non-empty parameters here - read -r arg_api_server_origin arg_web_server_origin arg_fqdn arg_is_custom_domain arg_box_versions_url arg_version <