Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-1553

[EAP] only the first item of CUSTOM_INSTALL_DIRECTORIES is read

XMLWordPrintable

    • CLOUD Maintenance Sprint 12

      In scripts/os-eap-s2i/added/s2i/assemble

      IFS=',' read -a install_dir_entries <<< $CUSTOM_INSTALL_DIRECTORIES
        for install_dir_entry in $install_dir_entries; do
      

      reads only the first item of the comma-separated CUSTOM_INSTALL_DIRECTORIES... (it is an array, so something like

      for install_dir_entry in "${install_dir_entries[@]}"; do
      

      should be used instead...

            wdecoste1@redhat.com William Decoste (Inactive)
            maschmid@redhat.com Marek Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: