-
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
- clones
-
CLOUD-1168 [EAP6] Assemble script fails to copy user provided data files to image
- Closed