mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-06 22:46:00 +01:00
Cleanups, fix pid1 in containers, use proxy_ready monitor
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user