-
Bug
-
Resolution: Done
-
Major
-
fuse-7.4-GA
When running
bash install_ocp.sh --setup --camel-k --verbose
(as per this doc) in order to trouble shoot problems with the camel-k installation, the trailing --verbose flag messes up the script.
E.g. it logs:
+++(install_ocp.sh:777): get_upstream_camel_k_bin(): local download_url=https://github.com/apache/camel-k/releases/download/--verbose/camel-k-client---verbose-mac-64bit.tar.gz ++++(install_ocp.sh:778): get_upstream_camel_k_bin(): mktemp /tmp/camel-k---verbose.tar-XXXX +++(install_ocp.sh:778): get_upstream_camel_k_bin(): local archive=/tmp/camel-k---verbose.tar-4rXK +++(install_ocp.sh:780): get_upstream_camel_k_bin(): curl -sL -o /tmp/camel-k---verbose.tar-4rXK https://github.com/apache/camel-k/releases/download/--verbose/camel-k-client---verbose-mac-64bit.tar.gz ... ++(install_ocp.sh:715): install_camel_k_crds(): local kamel=/tmp/kamel---verbose ++(install_ocp.sh:716): install_camel_k_crds(): '[' /tmp/kamel---verbose '!=' /tmp/kamel---verbose ']' ++(install_ocp.sh:721): install_camel_k_crds(): /tmp/kamel---verbose install --cluster-setup install_ocp.sh: line 721: /tmp/kamel---verbose: No such file or directory