-
Bug
-
Resolution: Obsolete
-
Major
-
EAP70 1.5.0.GA
-
jboss-eap-7/eap70-openshift:1.5-2
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...
- is related to
-
CLOUD-2152 [tracker] Sprint 12 release
- Closed