Cleanups, fix pid1 in containers, use proxy_ready monitor

This commit is contained in:
kexkey
2021-11-26 01:36:25 -05:00
parent 8f1798dffc
commit bfd9261890
15 changed files with 177 additions and 176 deletions

View File

@@ -76,7 +76,7 @@ main() {
case "${cmd}" in
helloworld)
# GET http://192.168.111.152:8080/helloworld
response="Hello, world!"
response='{"hello":"world"}'
returncode=0
# response_to_client "Hello, world!" 0
# break
@@ -774,11 +774,6 @@ main() {
return 0
}
export NODE_RPC_URL=$BTC_NODE_RPC_URL
export TRACING
export DB_PATH
export DB_FILE
main
trace "[requesthandler] exiting"
exit $?