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 <