Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix adapters dockerfile classpath script name
A new script to setup the classpath was added by PR 10446 that is called incorrectly on startup of the container. The name needs to be setup-classpath.sh and not set_classpath.sh. Error returned on startup [root@czentgr-foobar velox]# docker run -it 64a9eed9f771 bash Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. --: line 1: /set_classpath.sh: No such file or directory
- Loading branch information