未验证 提交 7b9dfa23 编写于 作者: Q qiyang 提交者: GitHub

Fix docker-entrypoint.sh error (#4812)

Co-authored-by: N亓杨 <qiyang@enmonster.com>
上级 a10e0449
......@@ -28,7 +28,9 @@ EXT_LIB_DIR=/skywalking/ext-libs
EXT_CONFIG_DIR=/skywalking/ext-config
# Override configuration files
cp -vfR ${EXT_CONFIG_DIR}/ config/
if [ "$(ls -A $EXT_CONFIG_DIR)" ]; then
cp -vfR ${EXT_CONFIG_DIR}/* config/
fi
CLASSPATH="config:$CLASSPATH"
for i in oap-libs/*.jar
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册