-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
Line 75 of the os-eap-s2i assemble script has this cp command:
cp -av "$src" "$DATA_DIR"
This should be changed at least to:
cp -av ${src} "$DATA_DIR"
Currently, the possible list from $src is causing the cp command to fail with stat error:
cp: cannot stat '/home/trogers/tmp/*': No such file or directory
- is cloned by
-
CLOUD-1284 [EAP7] Assemble script fails to copy user provided data files to image
- Closed
- relates to
-
CLOUD-1143 [EAP][S2I] data directory should be copied over from source
- Closed