mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
no loop within loop
This commit is contained in:
parent
a1ccef82a1
commit
e1aa621109
@ -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…
x
Reference in New Issue
Block a user