mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 18:22:01 +01:00
add debug wait
This commit is contained in:
parent
ada8e4ae21
commit
a28c517691
@ -136,6 +136,8 @@ do
|
||||
# INITIAL BLOCKCHAIN SYNC (SUBLOOP)
|
||||
#####################################
|
||||
if [ "${setupPhase}" == "done" ] && [ "${state}" == "ready" ] && [ "${initialSync}" == "1" ]; then
|
||||
echo "debug wait eventBlockchainSync.sh ..."
|
||||
sleep 3
|
||||
/home/admin/setup.scripts/eventBlockchainSync.sh ssh loop
|
||||
continue
|
||||
fi
|
||||
@ -195,7 +197,7 @@ do
|
||||
exit 1
|
||||
else
|
||||
# every other state just push as event to SSH frontend
|
||||
echo "debug wait ..."
|
||||
echo "debug wait eventInfoWait.sh ..."
|
||||
sleep 3
|
||||
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user