mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
no loop within loop
This commit is contained in:
parent
a1ccef82a1
commit
e1aa621109
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ do
|
|||
#####################################
|
||||
if [ "${lightning}" == "" ]; then syncedToChain=1; fi
|
||||
if [ "${setupPhase}" == "done" ] && [ "${state}" == "ready" ] && [ "${syncedToChain}" != "1" ]; then
|
||||
/home/admin/setup.scripts/eventBlockchainSync.sh ssh loop
|
||||
/home/admin/setup.scripts/eventBlockchainSync.sh ssh
|
||||
sleep 10
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue