mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
no loop within loop
This commit is contained in:
@@ -199,7 +199,8 @@ do
|
|||||||
#####################################
|
#####################################
|
||||||
if [ "${lightning}" == "" ]; then syncedToChain=1; fi
|
if [ "${lightning}" == "" ]; then syncedToChain=1; fi
|
||||||
if [ "${setupPhase}" == "done" ] && [ "${state}" == "ready" ] && [ "${syncedToChain}" != "1" ]; then
|
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
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user