Skip to content

Commit

Permalink
fix: 修正 chen 组件无法启动
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 8, 2024
1 parent 79efffa commit 34e7dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=lf
1 change: 1 addition & 0 deletions allinone/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if [ ! "${LOG_LEVEL}" ]; then
export LOG_LEVEL=ERROR
fi
sed -i "s@root: INFO@root: ${LOG_LEVEL}@g" /opt/chen/config/application.yml
sed -i "s@endpoint: .*@endpoint: http://localhost:8080@g" /opt/chen/config/application.yml
sed -i "s@address: static://127.0.0.1:9090@address: static://127.0.0.1:9092@g" /opt/chen/config/application.yml

if [ -f "/etc/init.d/cron" ]; then
Expand Down

0 comments on commit 34e7dc3

Please sign in to comment.