mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 21:14:22 +01:00
No statuspage in proxy and small fixes
This commit is contained in:
@@ -121,8 +121,6 @@ checklnnode() {
|
||||
}
|
||||
|
||||
checkservice() {
|
||||
echo -e "\r\n\e[1;36mTesting if Cyphernode is up and running... \e[0;36mI will keep trying during up to 5 minutes to give time to Docker to deploy everything...\e[0;32m" > /dev/console
|
||||
|
||||
local interval=10
|
||||
local totaltime=120
|
||||
local outcome
|
||||
@@ -130,6 +128,8 @@ checkservice() {
|
||||
local endtime=$(($(date +%s) + ${totaltime}))
|
||||
local result
|
||||
|
||||
echo -e "\r\n\e[1;36mTesting if Cyphernode is up and running... \e[0;36mI will keep trying during up to $((${totaltime} / 60)) minutes to give time to Docker to deploy everything...\e[0;32m" > /dev/console
|
||||
|
||||
while :
|
||||
do
|
||||
outcome=0
|
||||
@@ -183,7 +183,7 @@ timeout_feature() {
|
||||
local totaltime=60
|
||||
local testwhat=${1}
|
||||
local returncode
|
||||
local endtime=$(($(date +%s) + 120))
|
||||
local endtime=$(($(date +%s) + ${totaltime}))
|
||||
|
||||
while :
|
||||
do
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
. ./bitcoin.sh
|
||||
. ./call_lightningd.sh
|
||||
. ./ots.sh
|
||||
. ./statuspage.sh
|
||||
|
||||
main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user