Skip to content

Commit

Permalink
update missing macaroon/rune logging to 30 second interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Jan 23, 2024
1 parent dcfb5e9 commit a66e494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ ! -z $result ]]
while ! test -f /mnt/lnd/admin.macaroon
do
echo "Waiting for LND admin macaroon to be generated..."
sleep 1
sleep 30
done
fi

Expand All @@ -40,7 +40,7 @@ if [[ ! -z $result ]]
while ! test -f /mnt/c-lightning/clnrest_rune
do
echo "Waiting for clnrest_rune to be generated..."
sleep 1
sleep 30
done
fi

Expand Down

0 comments on commit a66e494

Please sign in to comment.