fixbug
This commit is contained in:
parent
45158c21f7
commit
9b75bb9bf6
|
|
@ -4,10 +4,8 @@
|
||||||
echo "{
|
echo "{
|
||||||
\"addr\": \"$ADDR\",
|
\"addr\": \"$ADDR\",
|
||||||
\"api_url\": \"$API_URL\",
|
\"api_url\": \"$API_URL\",
|
||||||
\"api_key\": $API_KEY
|
\"api_key\": \"$API_KEY\"
|
||||||
}" > /app/config.json
|
}" > /app/config.json
|
||||||
|
|
||||||
cat /app/config.json
|
|
||||||
|
|
||||||
# 执行传入的命令
|
# 执行传入的命令
|
||||||
exec "$@"
|
exec "$@"
|
||||||
Loading…
Reference in New Issue
Block a user