No statuspage in proxy and small fixes

This commit is contained in:
kexkey
2018-12-17 15:38:24 -05:00
parent 8d199f8b28
commit 28763aa610
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -18,7 +18,6 @@
. ./bitcoin.sh
. ./call_lightningd.sh
. ./ots.sh
. ./statuspage.sh
main()
{