Support solf link of config file in docker (#5041)

This commit is contained in:
Cvimer 2020-07-07 07:51:01 +08:00 committed by GitHub
parent 3df2e8ddce
commit 79be376a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ EXT_CONFIG_DIR=/skywalking/ext-config
# Override configuration files
if [ "$(ls -A $EXT_CONFIG_DIR)" ]; then
cp -vfR ${EXT_CONFIG_DIR}/* config/
cp -vfRL ${EXT_CONFIG_DIR}/* config/
fi
CLASSPATH="config:$CLASSPATH"